#9E02B3

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

Shades of Dark Violet #9E02B3

Tints of Dark Violet #9E02B3

Color information

#9E02B3 (or 0x9E02B3) is unknown color: approx Dark Violet. HEX triplet: 9E, 02 and B3. RGB value is (158,2,179). Sum of RGB (Red+Green+Blue) = 158+2+179=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #9E02B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02B3 is #61FD4C. Grayscale: #444444. Windows color (decimal): -6421837 or 11731614. OLE color: 11731614.

HSL color Cylindrical-coordinate representation of color #9E02B3: hue angle of 292.88º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02B3 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1582179-
CMYK0.120.9900.30
HSL292.88º97.79%35.49%-
HSV(B)292.88º98.88%70.2%-
XYZ22.2610.5743.51-
YUV68.82190.18191.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.61%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=46.61%
G=0.59%
B=52.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15821790.120.9900.30292.8897.7935.49
Hex9E2B3C6301E1256223
Octal23622631414303644514243
Binary100111101010110011110011000110111101001001011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E02B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,2,179); }

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

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

 a { background-color: rgb(158,2,179); }

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

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

 span { border-color: rgb(158,2,179); }

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