Html Css Color HEX #9E0CDD Dark Violet

📋 copy color: '#9E0CDD'

red 158 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #9E0CDD

Tints of Dark Violet #9E0CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 40.41%
G = 3.07%
B = 56.52%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E0CDD (or 0x9E0CDD) is known color: Dark Violet. HEX triplet: 9E, 0C and DD. RGB value is (158,12,221). Sum of RGB (Red+Green+Blue) = 158+12+221=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0CDD is #61F322. Grayscale: #4E4E4E. Windows color (decimal): -6419235 or 14486686. OLE color: 14486686.

HSL color Cylindrical-coordinate representation of color #9E0CDD: hue angle of 281.91º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0CDD is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 12 221 -
CMYK 0.29 0.95 0 0.13
HSL 281.91º 0.9% 0.46% -
HSV(B) 281.91º 0.95% 0.87% -
XYZ 27.28 12.75 69.43 -
YUV 79.48 207.87 184.01 -
System Red Green Blue C M Y K H S L
Decimal 158 12 221 0.29 0.95 0 0.13 281.91 0.9 0.46
Hex 9E C DD 1D 5F 0 D 11A 5A 2E
Octal 236 14 335 35 137 0 15 432 132 56
Binary 10011110 1100 11011101 11101 1011111 0 1101 100011010 1011010 101110

Color Harmonies of #9E0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0CDD

Black with #9E0CDD

Text Example


Text Example

White with #9E0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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