Html Css Color HEX #9E0CDB Dark Violet

📋 copy color: '#9E0CDB'

red 158 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #9E0CDB

Tints of Dark Violet #9E0CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.3%

R = 40.62%
G = 3.08%
B = 56.3%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E0CDB (or 0x9E0CDB) is known color: Dark Violet. HEX triplet: 9E, 0C and DB. RGB value is (158,12,219). Sum of RGB (Red+Green+Blue) = 158+12+219=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0CDB is #61F324. Grayscale: #4E4E4E. Windows color (decimal): -6419237 or 14355614. OLE color: 14355614.

HSL color Cylindrical-coordinate representation of color #9E0CDB: hue angle of 282.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0CDB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 12 219 -
CMYK 0.28 0.95 0 0.14
HSL 282.32º 0.9% 0.45% -
HSV(B) 282.32º 0.95% 0.86% -
XYZ 27.02 12.65 68.03 -
YUV 79.25 206.87 184.17 -
System Red Green Blue C M Y K H S L
Decimal 158 12 219 0.28 0.95 0 0.14 282.32 0.9 0.45
Hex 9E C DB 1C 5F 0 E 11A 5A 2D
Octal 236 14 333 34 137 0 16 432 132 55
Binary 10011110 1100 11011011 11100 1011111 0 1110 100011010 1011010 101101

Color Harmonies of #9E0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0CDB

Black with #9E0CDB

Text Example


Text Example

White with #9E0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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