#9E0FD8

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

Shades of Dark Violet #9E0FD8

Tints of Dark Violet #9E0FD8

Color information

#9E0FD8 (or 0x9E0FD8) is unknown color: approx Dark Violet. HEX triplet: 9E, 0F and D8. RGB value is (158,15,216). Sum of RGB (Red+Green+Blue) = 158+15+216=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E0FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0FD8 is #61F027. Grayscale: #505050. Windows color (decimal): -6418472 or 14159774. OLE color: 14159774.

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

Color convert

RGB15815216-
CMYK0.270.9300.15
HSL282.69º87.01%45.29%-
HSV(B)282.69º93.06%84.71%-
XYZ26.6712.5765.99-
YUV80.67204.38183.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 216 (84.77% from 255) = 55.53%
R=40.62%
G=3.86%
B=55.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158152160.270.9300.15282.6987.0145.29
Hex9EFD81B5D0F11b572d
Octal236173303313501743312755
Binary10011110111111011000110111011101011111000110111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,15,216); }

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

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

 a { background-color: rgb(158,15,216); }

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

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

 span { border-color: rgb(158,15,216); }

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