#9902E1

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

Shades of Dark Violet #9902E1

Tints of Dark Violet #9902E1

Color information

#9902E1 (or 0x9902E1) is unknown color: approx Dark Violet. HEX triplet: 99, 02 and E1. RGB value is (153,2,225). Sum of RGB (Red+Green+Blue) = 153+2+225=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 225 (88.28% from 255 or 59.21% from 380); Max value from RGB is 225 - color contains mainly: blue. Hex color #9902E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9902E1 is #66FD1E. Grayscale: #474747. Windows color (decimal): -6749471 or 14746265. OLE color: 14746265.

HSL color Cylindrical-coordinate representation of color #9902E1: hue angle of 280.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9902E1 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1532225-
CMYK0.320.9900.12
HSL280.63º98.24%44.51%-
HSV(B)280.63º99.11%88.24%-
XYZ26.7512.2572.19-
YUV72.57214.03185.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 225 (88.28% from 255) = 59.21%
R=40.26%
G=0.53%
B=59.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15322250.320.9900.12280.6398.2444.51
Hex992E120630C119622d
Octal23123414014301443114255
Binary1001100110111000011000001100011011001000110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9902E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9902E1; }

 p { color: rgb(153,2,225); }

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

<style>
 a { background-color: #9902E1; }

 a { background-color: rgb(153,2,225); }

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

<style>
 span { border-color: #9902E1; }

 span { border-color: rgb(153,2,225); }

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