Html Css Color HEX #9E0BBE Dark Violet

📋 copy color: '#9E0BBE'

red 158 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #9E0BBE

Tints of Dark Violet #9E0BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 190 (74.61% from 255) = 52.92%

R = 44.01%
G = 3.06%
B = 52.92%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E0BBE (or 0x9E0BBE) is known color: Dark Violet. HEX triplet: 9E, 0B and BE. RGB value is (158,11,190). Sum of RGB (Red+Green+Blue) = 158+11+190=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0BBE is #61F441. Grayscale: #4A4A4A. Windows color (decimal): -6419522 or 12454814. OLE color: 12454814.

HSL color Cylindrical-coordinate representation of color #9E0BBE: hue angle of 289.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0BBE is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 11 190 -
CMYK 0.17 0.94 0 0.25
HSL 289.27º 0.89% 0.39% -
HSV(B) 289.27º 0.94% 0.75% -
XYZ 23.51 11.23 49.64 -
YUV 75.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 158 11 190 0.17 0.94 0 0.25 289.27 0.89 0.39
Hex 9E B BE 11 5E 0 19 121 59 27
Octal 236 13 276 21 136 0 31 441 131 47
Binary 10011110 1011 10111110 10001 1011110 0 11001 100100001 1011001 100111

Color Harmonies of #9E0BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0BBE

Black with #9E0BBE

Text Example


Text Example

White with #9E0BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,11,190); }

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

background-color css

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

 a { background-color: rgb(158,11,190); }

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

border-color css

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

 span { border-color: rgb(158,11,190); }

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