Html Css Color HEX #9E0ADB Dark Violet

📋 copy color: '#9E0ADB'

red 158 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #9E0ADB

Tints of Dark Violet #9E0ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 40.83%
G = 2.58%
B = 56.59%

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

#9E0ADB (or 0x9E0ADB) is known color: Dark Violet. HEX triplet: 9E, 0A and DB. RGB value is (158,10,219). Sum of RGB (Red+Green+Blue) = 158+10+219=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E0ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ADB is #61F524. Grayscale: #4D4D4D. Windows color (decimal): -6419749 or 14355102. OLE color: 14355102.

HSL color Cylindrical-coordinate representation of color #9E0ADB: hue angle of 282.49º degrees, saturation: 0.91, 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 #9E0ADB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 10 219 -
CMYK 0.28 0.95 0 0.14
HSL 282.49º 0.91% 0.45% -
HSV(B) 282.49º 0.95% 0.86% -
XYZ 27 12.6 68.03 -
YUV 78.08 207.53 185.01 -
System Red Green Blue C M Y K H S L
Decimal 158 10 219 0.28 0.95 0 0.14 282.49 0.91 0.45
Hex 9E A DB 1C 5F 0 E 11A 5B 2D
Octal 236 12 333 34 137 0 16 432 133 55
Binary 10011110 1010 11011011 11100 1011111 0 1110 100011010 1011011 101101

Color Harmonies of #9E0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0ADB

Black with #9E0ADB

Text Example


Text Example

White with #9E0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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