Shades of Electric Purple #960AFF
Tints of Electric Purple #960AFF
RGB
CMYK
RGB Variations
Color information
#960AFF (or 0x960AFF) is known color: Electric Purple. HEX triplet: 96, 0A and FF. RGB value is (150,10,255). Sum of RGB (Red+Green+Blue) = 150+10+255=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #960AFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960AFF is #69F500. Grayscale: #4E4E4E. Windows color (decimal): -6944001 or 16714390. OLE color: 16714390.
HSL color Cylindrical-coordinate representation of color #960AFF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960AFF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 10 | 255 | - |
| CMYK | 0.41 | 0.96 | 0 | 0 |
| HSL | 274.29º | 1% | 0.52% | - |
| HSV(B) | 274.29º | 0.96% | 1% | - |
| XYZ | 30.74 | 13.92 | 95.67 | - |
| YUV | 79.79 | 226.88 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 255 | 0.41 | 0.96 | 0 | 0 | 274.29 | 1 | 0.52 |
| Hex | 96 | A | FF | 29 | 60 | 0 | 0 | 112 | 64 | 34 |
| Octal | 226 | 12 | 377 | 51 | 140 | 0 | 0 | 422 | 144 | 64 |
| Binary | 10010110 | 1010 | 11111111 | 101001 | 1100000 | 0 | 0 | 100010010 | 1100100 | 110100 |
Color Harmonies of #960AFF
Complementary color
Monochromatic Colors of #960AFF
Black with #960AFF
Text Example
Text Example
White with #960AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960AFF; }
p { color: rgb(150,10,255); }
H1.HeaderClassName
{
color: #960AFF;
}
.AnyTagClassName
{
color: #960AFF;
}
</style>
background-color css
<style>
a { background-color: #960AFF; }
a { background-color: rgb(150,10,255); }
div.DivClassName
{
background-color: #960AFF;
}
.BgClassName
{
background-color: #960AFF;
}
</style>
border-color css
<style>
span { border-color: #960AFF; }
span { border-color: rgb(150,10,255); }
td.TdClassName
{
border-color: #960AFF;
}
.TagClassName
{
border-color: #960AFF;
}
</style>