#9E0EB2

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

Shades of Dark Violet #9E0EB2

Tints of Dark Violet #9E0EB2

Color information

#9E0EB2 (or 0x9E0EB2) is unknown color: approx Dark Violet. HEX triplet: 9E, 0E and B2. RGB value is (158,14,178). Sum of RGB (Red+Green+Blue) = 158+14+178=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #9E0EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0EB2 is #61F14D. Grayscale: #4B4B4B. Windows color (decimal): -6418766 or 11669150. OLE color: 11669150.

HSL color Cylindrical-coordinate representation of color #9E0EB2: hue angle of 292.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0EB2 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15814178-
CMYK0.110.9200.30
HSL292.68º85.42%37.65%-
HSV(B)292.68º92.13%69.8%-
XYZ22.2910.843.03-
YUV75.75185.71186.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.14%
GREEN value IS 14 (5.86% from 255) = 4%
BLUE value IS 178 (69.92% from 255) = 50.86%
R=45.14%
G=4%
B=50.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal158141780.110.9200.30292.6885.4237.65
Hex9EEB2B5C01E1255526
Octal236162621313403644512546
Binary10011110111010110010101110111000111101001001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,14,178); }

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

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

 a { background-color: rgb(158,14,178); }

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

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

 span { border-color: rgb(158,14,178); }

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