Html Css Color HEX #9B3ECC Dark Orchid

📋 copy color: '#9B3ECC'

red 155 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #9B3ECC

Tints of Dark Orchid #9B3ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.73%

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 36.82%
G = 14.73%
B = 48.46%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B3ECC (or 0x9B3ECC) is known color: Dark Orchid. HEX triplet: 9B, 3E and CC. RGB value is (155,62,204). Sum of RGB (Red+Green+Blue) = 155+62+204=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B3ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3ECC is #64C133. Grayscale: #696969. Windows color (decimal): -6603060 or 13385371. OLE color: 13385371.

HSL color Cylindrical-coordinate representation of color #9B3ECC: hue angle of 279.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B3ECC is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 62 204 -
CMYK 0.24 0.70 0 0.2
HSL 279.3º 0.58% 0.52% -
HSV(B) 279.3º 0.7% 0.8% -
XYZ 26.14 14.77 58.6 -
YUV 106 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 155 62 204 0.24 0.70 0 0.2 279.3 0.58 0.52
Hex 9B 3E CC 18 46 0 14 117 3A 34
Octal 233 76 314 30 106 0 24 427 72 64
Binary 10011011 111110 11001100 11000 1000110 0 10100 100010111 111010 110100

Color Harmonies of #9B3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3ECC

Black with #9B3ECC

Text Example


Text Example

White with #9B3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,204); }

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

background-color css

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

 a { background-color: rgb(155,62,204); }

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

border-color css

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

 span { border-color: rgb(155,62,204); }

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