Html Css Color HEX #9E0CBD Dark Violet

📋 copy color: '#9E0CBD'

red 158 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #9E0CBD

Tints of Dark Violet #9E0CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.34%

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 44.01%
G = 3.34%
B = 52.65%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E0CBD (or 0x9E0CBD) is known color: Dark Violet. HEX triplet: 9E, 0C and BD. RGB value is (158,12,189). Sum of RGB (Red+Green+Blue) = 158+12+189=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E0CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0CBD is #61F342. Grayscale: #4B4B4B. Windows color (decimal): -6419267 or 12389534. OLE color: 12389534.

HSL color Cylindrical-coordinate representation of color #9E0CBD: hue angle of 289.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0CBD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 12 189 -
CMYK 0.16 0.94 0 0.26
HSL 289.49º 0.88% 0.39% -
HSV(B) 289.49º 0.94% 0.74% -
XYZ 23.42 11.21 49.07 -
YUV 75.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 158 12 189 0.16 0.94 0 0.26 289.49 0.88 0.39
Hex 9E C BD 10 5E 0 1A 121 58 27
Octal 236 14 275 20 136 0 32 441 130 47
Binary 10011110 1100 10111101 10000 1011110 0 11010 100100001 1011000 100111

Color Harmonies of #9E0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0CBD

Black with #9E0CBD

Text Example


Text Example

White with #9E0CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,12,189); }

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

background-color css

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

 a { background-color: rgb(158,12,189); }

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

border-color css

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

 span { border-color: rgb(158,12,189); }

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