Html Css Color HEX #9B3ACD Dark Orchid

📋 copy color: '#9B3ACD'

red 155 ◦ green 58 ◦ blue 205

#9B3ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9B3ACD

Tints of Dark Orchid #9B3ACD

RGB

 RED value IS 155 (60.94% from 255) = 37.08%

 GREEN value IS 58 (23.05% from 255) = 13.88%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 37.08%
G = 13.88%
B = 49.04%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9B3ACD (or 0x9B3ACD) is known color: Dark Orchid. HEX triplet: 9B, 3A and CD. RGB value is (155,58,205). Sum of RGB (Red+Green+Blue) = 155+58+205=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3ACD is #64C532. Grayscale: #676767. Windows color (decimal): -6604083 or 13449883. OLE color: 13449883.

HSL color Cylindrical-coordinate representation of color #9B3ACD: hue angle of 279.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3ACD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 58 205 -
CMYK 0.24 0.72 0 0.20
HSL 279.59º 0.6% 0.52% -
HSV(B) 279.59º 0.72% 0.8% -
XYZ 26.05 14.4 59.16 -
YUV 103.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 155 58 205 0.24 0.72 0 0.20 279.59 0.6 0.52
Hex 9B 3A CD 18 48 0 14 118 3C 34
Octal 233 72 315 30 110 0 24 430 74 64
Binary 10011011 111010 11001101 11000 1001000 0 10100 100011000 111100 110100

Color Harmonies of #9B3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3ACD

Black with #9B3ACD

Text Example


Text Example

White with #9B3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3ACD; }

 p { color: rgb(155,58,205); }

 H1.HeaderClassName
 {
   color: #9B3ACD;
 }
 .AnyTagClassName
 {
   color: #9B3ACD;
 }
</style>

background-color css

<style>
 a { background-color: #9B3ACD; }

 a { background-color: rgb(155,58,205); }

 div.DivClassName
 {
   background-color: #9B3ACD;
 }
 .BgClassName
 {
   background-color: #9B3ACD;
 }
</style>

border-color css

<style>
 span { border-color: #9B3ACD; }

 span { border-color: rgb(155,58,205); }

 td.TdClassName
 {
   border-color: #9B3ACD;
 }
 .TagClassName
 {
   border-color: #9B3ACD;
 }
</style>