#9E0FB4

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

Shades of Dark Violet #9E0FB4

Tints of Dark Violet #9E0FB4

Color information

#9E0FB4 (or 0x9E0FB4) is unknown color: approx Dark Violet. HEX triplet: 9E, 0F and B4. RGB value is (158,15,180). Sum of RGB (Red+Green+Blue) = 158+15+180=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E0FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0FB4 is #61F04B. Grayscale: #4C4C4C. Windows color (decimal): -6418508 or 11800478. OLE color: 11800478.

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

Color convert

RGB15815180-
CMYK0.120.9200.29
HSL292º84.62%38.24%-
HSV(B)292º91.67%70.59%-
XYZ22.5110.9144.1-
YUV76.57186.38186.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 15 (6.25% from 255) = 4.25%
BLUE value IS 180 (70.70% from 255) = 50.99%
R=44.76%
G=4.25%
B=50.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158151800.120.9200.2929284.6238.24
Hex9EFB4C5C01D1245526
Octal236172641413403544412546
Binary10011110111110110100110010111000111011001001001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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