Html Css Color HEX #9E10BE Dark Violet

📋 copy color: '#9E10BE'

red 158 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #9E10BE

Tints of Dark Violet #9E10BE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

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

R = 43.41%
G = 4.4%
B = 52.2%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E10BE (or 0x9E10BE) is known color: Dark Violet. HEX triplet: 9E, 10 and BE. RGB value is (158,16,190). Sum of RGB (Red+Green+Blue) = 158+16+190=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10BE is #61EF41. Grayscale: #4D4D4D. Windows color (decimal): -6418242 or 12456094. OLE color: 12456094.

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

Color convert

RGB 158 16 190 -
CMYK 0.17 0.92 0 0.25
HSL 288.97º 0.84% 0.4% -
HSV(B) 288.97º 0.92% 0.75% -
XYZ 23.58 11.36 49.66 -
YUV 78.29 191.04 184.85 -
System Red Green Blue C M Y K H S L
Decimal 158 16 190 0.17 0.92 0 0.25 288.97 0.84 0.4
Hex 9E 10 BE 11 5C 0 19 121 54 28
Octal 236 20 276 21 134 0 31 441 124 50
Binary 10011110 10000 10111110 10001 1011100 0 11001 100100001 1010100 101000

Color Harmonies of #9E10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E10BE

Black with #9E10BE

Text Example


Text Example

White with #9E10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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