Html Css Color HEX #9E05BE Dark Violet

📋 copy color: '#9E05BE'

red 158 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #9E05BE

Tints of Dark Violet #9E05BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 44.76%
G = 1.42%
B = 53.82%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E05BE (or 0x9E05BE) is known color: Dark Violet. HEX triplet: 9E, 05 and BE. RGB value is (158,5,190). Sum of RGB (Red+Green+Blue) = 158+5+190=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E05BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E05BE is #61FA41. Grayscale: #474747. Windows color (decimal): -6421058 or 12453278. OLE color: 12453278.

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

Color convert

RGB 158 5 190 -
CMYK 0.17 0.97 0 0.25
HSL 289.62º 0.95% 0.38% -
HSV(B) 289.62º 0.97% 0.75% -
XYZ 23.45 11.1 49.62 -
YUV 71.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 158 5 190 0.17 0.97 0 0.25 289.62 0.95 0.38
Hex 9E 5 BE 11 61 0 19 122 5F 26
Octal 236 5 276 21 141 0 31 442 137 46
Binary 10011110 101 10111110 10001 1100001 0 11001 100100010 1011111 100110

Color Harmonies of #9E05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E05BE

Black with #9E05BE

Text Example


Text Example

White with #9E05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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