#9E14D9

Color #9E14D9 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9E14D9

Tints of Dark Violet #9E14D9

Color information

#9E14D9 (or 0x9E14D9) is unknown color: approx Dark Violet. HEX triplet: 9E, 14 and D9. RGB value is (158,20,217). Sum of RGB (Red+Green+Blue) = 158+20+217=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E14D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E14D9 is #61EB26. Grayscale: #535353. Windows color (decimal): -6417191 or 14226590. OLE color: 14226590.

HSL color Cylindrical-coordinate representation of color #9E14D9: hue angle of 282.03º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E14D9 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15820217-
CMYK0.270.9100.15
HSL282.03º83.12%46.47%-
HSV(B)282.03º90.78%85.1%-
XYZ26.8812.7866.7-
YUV83.72203.22180.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 5.06%
BLUE value IS 217 (85.16% from 255) = 54.94%
R=40%
G=5.06%
B=54.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158202170.270.9100.15282.0383.1246.47
Hex9E14D91B5B0F11a532e
Octal236243313313301743212356
Binary100111101010011011001110111011011011111000110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E14D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,20,217); }

 H1.HeaderClassName
 {
   color: #9E14D9;
 }
 .AnyTagClassName
 {
   color: #9E14D9;
 }
</style>
background-color css

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

 a { background-color: rgb(158,20,217); }

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

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

 span { border-color: rgb(158,20,217); }

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