Html Css Color HEX #9E13DF Dark Violet

📋 copy color: '#9E13DF'

red 158 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #9E13DF

Tints of Dark Violet #9E13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 39.5%
G = 4.75%
B = 55.75%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E13DF (or 0x9E13DF) is known color: Dark Violet. HEX triplet: 9E, 13 and DF. RGB value is (158,19,223). Sum of RGB (Red+Green+Blue) = 158+19+223=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13DF is #61EC20. Grayscale: #535353. Windows color (decimal): -6417441 or 14619550. OLE color: 14619550.

HSL color Cylindrical-coordinate representation of color #9E13DF: hue angle of 280.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E13DF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 19 223 -
CMYK 0.29 0.91 0 0.13
HSL 280.88º 0.84% 0.47% -
HSV(B) 280.88º 0.91% 0.87% -
XYZ 27.65 13.06 70.88 -
YUV 83.82 206.55 180.91 -
System Red Green Blue C M Y K H S L
Decimal 158 19 223 0.29 0.91 0 0.13 280.88 0.84 0.47
Hex 9E 13 DF 1D 5B 0 D 119 54 2F
Octal 236 23 337 35 133 0 15 431 124 57
Binary 10011110 10011 11011111 11101 1011011 0 1101 100011001 1010100 101111

Color Harmonies of #9E13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E13DF

Black with #9E13DF

Text Example


Text Example

White with #9E13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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