Html Css Color HEX #9E13C0 Dark Violet

📋 copy color: '#9E13C0'

red 158 ◦ green 19 ◦ blue 192

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

Shades of Dark Violet #9E13C0

Tints of Dark Violet #9E13C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.15%

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 42.82%
G = 5.15%
B = 52.03%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E13C0 (or 0x9E13C0) is known color: Dark Violet. HEX triplet: 9E, 13 and C0. RGB value is (158,19,192). Sum of RGB (Red+Green+Blue) = 158+19+192=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E13C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13C0 is #61EC3F. Grayscale: #4F4F4F. Windows color (decimal): -6417472 or 12587934. OLE color: 12587934.

HSL color Cylindrical-coordinate representation of color #9E13C0: hue angle of 288.21º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E13C0 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 19 192 -
CMYK 0.18 0.90 0 0.25
HSL 288.21º 0.82% 0.41% -
HSV(B) 288.21º 0.9% 0.75% -
XYZ 23.85 11.54 50.84 -
YUV 80.28 191.05 183.43 -
System Red Green Blue C M Y K H S L
Decimal 158 19 192 0.18 0.90 0 0.25 288.21 0.82 0.41
Hex 9E 13 C0 12 5A 0 19 120 52 29
Octal 236 23 300 22 132 0 31 440 122 51
Binary 10011110 10011 11000000 10010 1011010 0 11001 100100000 1010010 101001

Color Harmonies of #9E13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E13C0

Black with #9E13C0

Text Example


Text Example

White with #9E13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,19,192); }

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

background-color css

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

 a { background-color: rgb(158,19,192); }

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

border-color css

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

 span { border-color: rgb(158,19,192); }

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