Html Css Color HEX #9E16BE Dark Violet

📋 copy color: '#9E16BE'

red 158 ◦ green 22 ◦ blue 190

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

Shades of Dark Violet #9E16BE

Tints of Dark Violet #9E16BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.95%

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

R = 42.7%
G = 5.95%
B = 51.35%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E16BE (or 0x9E16BE) is known color: Dark Violet. HEX triplet: 9E, 16 and BE. RGB value is (158,22,190). Sum of RGB (Red+Green+Blue) = 158+22+190=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E16BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E16BE is #61E941. Grayscale: #515151. Windows color (decimal): -6416706 or 12457630. OLE color: 12457630.

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

Color convert

RGB 158 22 190 -
CMYK 0.17 0.88 0 0.25
HSL 288.57º 0.79% 0.42% -
HSV(B) 288.57º 0.88% 0.75% -
XYZ 23.68 11.56 49.7 -
YUV 81.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 158 22 190 0.17 0.88 0 0.25 288.57 0.79 0.42
Hex 9E 16 BE 11 58 0 19 121 4F 2A
Octal 236 26 276 21 130 0 31 441 117 52
Binary 10011110 10110 10111110 10001 1011000 0 11001 100100001 1001111 101010

Color Harmonies of #9E16BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E16BE

Black with #9E16BE

Text Example


Text Example

White with #9E16BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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