Html Css Color HEX #9E0BCC Dark Violet

📋 copy color: '#9E0BCC'

red 158 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #9E0BCC

Tints of Dark Violet #9E0BCC

RGB

 RED value IS 158 (62.11% from 255) = 42.36%

 GREEN value IS 11 (4.69% from 255) = 2.95%

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

R = 42.36%
G = 2.95%
B = 54.69%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E0BCC (or 0x9E0BCC) is known color: Dark Violet. HEX triplet: 9E, 0B and CC. RGB value is (158,11,204). Sum of RGB (Red+Green+Blue) = 158+11+204=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 11 (4.69% from 255 or 2.95% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E0BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0BCC is #61F433. Grayscale: #4C4C4C. Windows color (decimal): -6419508 or 13372318. OLE color: 13372318.

HSL color Cylindrical-coordinate representation of color #9E0BCC: hue angle of 285.7º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0BCC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 11 204 -
CMYK 0.23 0.95 0 0.2
HSL 285.7º 0.9% 0.42% -
HSV(B) 285.7º 0.95% 0.8% -
XYZ 25.12 11.87 58.09 -
YUV 76.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 158 11 204 0.23 0.95 0 0.2 285.7 0.9 0.42
Hex 9E B CC 17 5F 0 14 11E 5A 2A
Octal 236 13 314 27 137 0 24 436 132 52
Binary 10011110 1011 11001100 10111 1011111 0 10100 100011110 1011010 101010

Color Harmonies of #9E0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0BCC

Black with #9E0BCC

Text Example


Text Example

White with #9E0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,11,204); }

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

background-color css

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

 a { background-color: rgb(158,11,204); }

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

border-color css

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

 span { border-color: rgb(158,11,204); }

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