Html Css Color HEX #9E0CCD Dark Violet

📋 copy color: '#9E0CCD'

red 158 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #9E0CCD

Tints of Dark Violet #9E0CCD

RGB

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

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

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

R = 42.13%
G = 3.2%
B = 54.67%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9E0CCD (or 0x9E0CCD) is known color: Dark Violet. HEX triplet: 9E, 0C and CD. RGB value is (158,12,205). Sum of RGB (Red+Green+Blue) = 158+12+205=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0CCD is #61F332. Grayscale: #4D4D4D. Windows color (decimal): -6419251 or 13438110. OLE color: 13438110.

HSL color Cylindrical-coordinate representation of color #9E0CCD: hue angle of 285.39º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0CCD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 12 205 -
CMYK 0.23 0.94 0 0.20
HSL 285.39º 0.89% 0.43% -
HSV(B) 285.39º 0.94% 0.8% -
XYZ 25.25 11.94 58.73 -
YUV 77.66 199.87 185.31 -
System Red Green Blue C M Y K H S L
Decimal 158 12 205 0.23 0.94 0 0.20 285.39 0.89 0.43
Hex 9E C CD 17 5E 0 14 11D 59 2B
Octal 236 14 315 27 136 0 24 435 131 53
Binary 10011110 1100 11001101 10111 1011110 0 10100 100011101 1011001 101011

Color Harmonies of #9E0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0CCD

Black with #9E0CCD

Text Example


Text Example

White with #9E0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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