#9E13E2

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

Shades of Dark Violet #9E13E2

Tints of Dark Violet #9E13E2

Color information

#9E13E2 (or 0x9E13E2) is unknown color: approx Dark Violet. HEX triplet: 9E, 13 and E2. RGB value is (158,19,226). Sum of RGB (Red+Green+Blue) = 158+19+226=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 226 (88.67% from 255 or 56.08% from 403); Max value from RGB is 226 - color contains mainly: blue. Hex color #9E13E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E13E2 is #61EC1D. Grayscale: #535353. Windows color (decimal): -6417438 or 14816158. OLE color: 14816158.

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

Color convert

RGB15819226-
CMYK0.300.9200.11
HSL280.29º84.49%48.04%-
HSV(B)280.29º91.59%88.63%-
XYZ28.0613.2373.03-
YUV84.16208.05180.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.21%
GREEN value IS 19 (7.81% from 255) = 4.71%
BLUE value IS 226 (88.67% from 255) = 56.08%
R=39.21%
G=4.71%
B=56.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal158192260.300.9200.11280.2984.4948.04
Hex9E13E21E5C0B1185430
Octal236233423613401343012460
Binary100111101001111100010111101011100010111000110001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E13E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,226); }

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

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

 a { background-color: rgb(158,19,226); }

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

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

 span { border-color: rgb(158,19,226); }

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