#9E10DD

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

Shades of Dark Violet #9E10DD

Tints of Dark Violet #9E10DD

Color information

#9E10DD (or 0x9E10DD) is unknown color: approx Dark Violet. HEX triplet: 9E, 10 and DD. RGB value is (158,16,221). Sum of RGB (Red+Green+Blue) = 158+16+221=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10DD is #61EF22. Grayscale: #515151. Windows color (decimal): -6418211 or 14487710. OLE color: 14487710.

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

Color convert

RGB15816221-
CMYK0.290.9300.13
HSL281.56º86.5%46.47%-
HSV(B)281.56º92.76%86.67%-
XYZ27.3412.8669.45-
YUV81.83206.54182.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 4.05%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=40%
G=4.05%
B=55.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158162210.290.9300.13281.5686.546.47
Hex9E10DD1D5D0D11a562e
Octal236203353513501543212656
Binary100111101000011011101111011011101011011000110101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E10DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,16,221); }

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

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

 a { background-color: rgb(158,16,221); }

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

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

 span { border-color: rgb(158,16,221); }

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