Html Css Color HEX #9E0ABD Dark Violet

📋 copy color: '#9E0ABD'

red 158 ◦ green 10 ◦ blue 189

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

Shades of Dark Violet #9E0ABD

Tints of Dark Violet #9E0ABD

RGB

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

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

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

R = 44.26%
G = 2.8%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E0ABD (or 0x9E0ABD) is known color: Dark Violet. HEX triplet: 9E, 0A and BD. RGB value is (158,10,189). Sum of RGB (Red+Green+Blue) = 158+10+189=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E0ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ABD is #61F542. Grayscale: #4A4A4A. Windows color (decimal): -6419779 or 12389022. OLE color: 12389022.

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

Color convert

RGB 158 10 189 -
CMYK 0.16 0.95 0 0.26
HSL 289.61º 0.9% 0.39% -
HSV(B) 289.61º 0.95% 0.74% -
XYZ 23.39 11.16 49.07 -
YUV 74.66 192.53 187.45 -
System Red Green Blue C M Y K H S L
Decimal 158 10 189 0.16 0.95 0 0.26 289.61 0.9 0.39
Hex 9E A BD 10 5F 0 1A 122 5A 27
Octal 236 12 275 20 137 0 32 442 132 47
Binary 10011110 1010 10111101 10000 1011111 0 11010 100100010 1011010 100111

Color Harmonies of #9E0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0ABD

Black with #9E0ABD

Text Example


Text Example

White with #9E0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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