Html Css Color HEX #9E15C1 Dark Violet

📋 copy color: '#9E15C1'

red 158 ◦ green 21 ◦ blue 193

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

Shades of Dark Violet #9E15C1

Tints of Dark Violet #9E15C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 42.47%
G = 5.65%
B = 51.88%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9E15C1 (or 0x9E15C1) is known color: Dark Violet. HEX triplet: 9E, 15 and C1. RGB value is (158,21,193). Sum of RGB (Red+Green+Blue) = 158+21+193=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E15C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E15C1 is #61EA3E. Grayscale: #515151. Windows color (decimal): -6416959 or 12653982. OLE color: 12653982.

HSL color Cylindrical-coordinate representation of color #9E15C1: hue angle of 287.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E15C1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 21 193 -
CMYK 0.18 0.89 0 0.24
HSL 287.79º 0.8% 0.42% -
HSV(B) 287.79º 0.89% 0.76% -
XYZ 23.99 11.66 51.44 -
YUV 81.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 158 21 193 0.18 0.89 0 0.24 287.79 0.8 0.42
Hex 9E 15 C1 12 59 0 18 120 50 2A
Octal 236 25 301 22 131 0 30 440 120 52
Binary 10011110 10101 11000001 10010 1011001 0 11000 100100000 1010000 101010

Color Harmonies of #9E15C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E15C1

Black with #9E15C1

Text Example


Text Example

White with #9E15C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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