Html Css Color HEX #9E11BE Dark Violet

📋 copy color: '#9E11BE'

red 158 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #9E11BE

Tints of Dark Violet #9E11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

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

R = 43.29%
G = 4.66%
B = 52.05%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E11BE (or 0x9E11BE) is known color: Dark Violet. HEX triplet: 9E, 11 and BE. RGB value is (158,17,190). Sum of RGB (Red+Green+Blue) = 158+17+190=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E11BE is #61EE41. Grayscale: #4E4E4E. Windows color (decimal): -6417986 or 12456350. OLE color: 12456350.

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

Color convert

RGB 158 17 190 -
CMYK 0.17 0.91 0 0.25
HSL 288.9º 0.84% 0.41% -
HSV(B) 288.9º 0.91% 0.75% -
XYZ 23.6 11.39 49.67 -
YUV 78.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 158 17 190 0.17 0.91 0 0.25 288.9 0.84 0.41
Hex 9E 11 BE 11 5B 0 19 121 54 29
Octal 236 21 276 21 133 0 31 441 124 51
Binary 10011110 10001 10111110 10001 1011011 0 11001 100100001 1010100 101001

Color Harmonies of #9E11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E11BE

Black with #9E11BE

Text Example


Text Example

White with #9E11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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