#9900FF

Color #9900FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #9900FF

Tints of Electric Purple #9900FF

Color information

#9900FF (or 0x9900FF) is unknown color: approx Electric Purple. HEX triplet: 99, 00 and FF. RGB value is (153,0,255). Sum of RGB (Red+Green+Blue) = 153+0+255=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #9900FF is a web safe color. Inversed color of #9900FF is #66FF00. Grayscale: #494949. Windows color (decimal): -6749953 or 16711833. OLE color: 16711833.

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

Color convert

RGB1530255-
CMYK0.4100
HSL276º100%50%-
HSV(B)276º100%100%-
XYZ31.1913.9995.66-
YUV74.82229.69183.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 62.5%
R=37.5%
G=0%
B=62.5%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15302550.410027610050
Hex990FF2864001146432
Octal2310377501440042414462
Binary100110010111111111010001100100001000101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9900FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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