#9900EE

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

Shades of Dark Violet #9900EE

Tints of Dark Violet #9900EE

Color information

#9900EE (or 0x9900EE) is unknown color: approx Dark Violet. HEX triplet: 99, 00 and EE. RGB value is (153,0,238). Sum of RGB (Red+Green+Blue) = 153+0+238=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #9900EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9900EE is #66FF11. Grayscale: #484848. Windows color (decimal): -6749970 or 15597721. OLE color: 15597721.

HSL color Cylindrical-coordinate representation of color #9900EE: hue angle of 278.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900EE is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1530238-
CMYK0.36100.07
HSL278.57º100%46.67%-
HSV(B)278.57º100%93.33%-
XYZ28.5712.9581.88-
YUV72.88221.19185.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 60.87%
R=39.13%
G=0%
B=60.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15302380.36100.07278.5710046.67
Hex990EE246407117642f
Octal2310356441440742714457
Binary10011001011101110100100110010001111000101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9900EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9900EE; }

 p { color: rgb(153,0,238); }

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

<style>
 a { background-color: #9900EE; }

 a { background-color: rgb(153,0,238); }

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

<style>
 span { border-color: #9900EE; }

 span { border-color: rgb(153,0,238); }

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