Html Css Color HEX #9E15BA Dark Violet

📋 copy color: '#9E15BA'

red 158 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #9E15BA

Tints of Dark Violet #9E15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 43.29%
G = 5.75%
B = 50.96%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E15BA (or 0x9E15BA) is known color: Dark Violet. HEX triplet: 9E, 15 and BA. RGB value is (158,21,186). Sum of RGB (Red+Green+Blue) = 158+21+186=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E15BA is #61EA45. Grayscale: #505050. Windows color (decimal): -6416966 or 12195230. OLE color: 12195230.

HSL color Cylindrical-coordinate representation of color #9E15BA: hue angle of 289.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E15BA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 21 186 -
CMYK 0.15 0.89 0 0.27
HSL 289.82º 0.8% 0.41% -
HSV(B) 289.82º 0.89% 0.73% -
XYZ 23.23 11.35 47.42 -
YUV 80.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 158 21 186 0.15 0.89 0 0.27 289.82 0.8 0.41
Hex 9E 15 BA F 59 0 1B 122 50 29
Octal 236 25 272 17 131 0 33 442 120 51
Binary 10011110 10101 10111010 1111 1011001 0 11011 100100010 1010000 101001

Color Harmonies of #9E15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E15BA

Black with #9E15BA

Text Example


Text Example

White with #9E15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,21,186); }

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

background-color css

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

 a { background-color: rgb(158,21,186); }

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

border-color css

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

 span { border-color: rgb(158,21,186); }

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