#9E07E4

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

Shades of Dark Violet #9E07E4

Tints of Dark Violet #9E07E4

Color information

#9E07E4 (or 0x9E07E4) is unknown color: approx Dark Violet. HEX triplet: 9E, 07 and E4. RGB value is (158,7,228). Sum of RGB (Red+Green+Blue) = 158+7+228=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 228 (89.45% from 255 or 58.02% from 393); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E07E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E07E4 is #61F81B. Grayscale: #4C4C4C. Windows color (decimal): -6420508 or 14944158. OLE color: 14944158.

HSL color Cylindrical-coordinate representation of color #9E07E4: hue angle of 281º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E07E4 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1587228-
CMYK0.310.9700.11
HSL281º94.04%46.08%-
HSV(B)281º96.93%89.41%-
XYZ28.1813.0274.43-
YUV77.34213.03185.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 7 (3.12% from 255) = 1.78%
BLUE value IS 228 (89.45% from 255) = 58.02%
R=40.20%
G=1.78%
B=58.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal15872280.310.9700.1128194.0446.08
Hex9E7E41F610B1195e2e
Octal23673443714101343113656
Binary1001111011111100100111111100001010111000110011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E07E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,228); }

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

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

 a { background-color: rgb(158,7,228); }

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

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

 span { border-color: rgb(158,7,228); }

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