#9600ff

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

Shades of Electric Purple #9600FF

Tints of Electric Purple #9600FF

Color information

#9600FF (or 0x9600FF) is unknown color: approx Electric Purple. HEX triplet: 96, 00 and FF. RGB value is (150,0,255). Sum of RGB (Red+Green+Blue) = 150+0+255=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #9600FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600FF is #69FF00. Grayscale: #494949. Windows color (decimal): -6946561 or 16711830. OLE color: 16711830.

HSL color Cylindrical-coordinate representation of color #9600FF: hue angle of 275.29º 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 #9600FF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1500255-
CMYK0.41100
HSL275.29º100%50%-
HSV(B)275.29º100%100%-
XYZ30.6313.795.64-
YUV73.92230.2182.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 62.96%
R=37.04%
G=0%
B=62.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal15002550.41100275.2910050
Hex960FF2964001136432
Octal2260377511440042314462
Binary100101100111111111010011100100001000100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9600ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9600ff; }

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

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

<style>
 a { background-color: #9600ff; }

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

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

<style>
 span { border-color: #9600ff; }

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

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