Shades of Electric Purple #9C08FF
Tints of Electric Purple #9C08FF
RGB
CMYK
RGB Variations
Color information
#9C08FF (or 0x9C08FF) is known color: Electric Purple. HEX triplet: 9C, 08 and FF. RGB value is (156,8,255). Sum of RGB (Red+Green+Blue) = 156+8+255=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C08FF is #63F700. Grayscale: #4F4F4F. Windows color (decimal): -6551297 or 16713884. OLE color: 16713884.
HSL color Cylindrical-coordinate representation of color #9C08FF: hue angle of 275.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C08FF is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 8 | 255 | - |
| CMYK | 0.39 | 0.97 | 0 | 0 |
| HSL | 275.95º | 1% | 0.52% | - |
| HSV(B) | 275.95º | 0.97% | 1% | - |
| XYZ | 31.85 | 14.46 | 95.72 | - |
| YUV | 80.41 | 226.53 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 255 | 0.39 | 0.97 | 0 | 0 | 275.95 | 1 | 0.52 |
| Hex | 9C | 8 | FF | 27 | 61 | 0 | 0 | 114 | 64 | 34 |
| Octal | 234 | 10 | 377 | 47 | 141 | 0 | 0 | 424 | 144 | 64 |
| Binary | 10011100 | 1000 | 11111111 | 100111 | 1100001 | 0 | 0 | 100010100 | 1100100 | 110100 |
Color Harmonies of #9C08FF
Complementary color
Monochromatic Colors of #9C08FF
Black with #9C08FF
Text Example
Text Example
White with #9C08FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C08FF; }
p { color: rgb(156,8,255); }
H1.HeaderClassName
{
color: #9C08FF;
}
.AnyTagClassName
{
color: #9C08FF;
}
</style>
background-color css
<style>
a { background-color: #9C08FF; }
a { background-color: rgb(156,8,255); }
div.DivClassName
{
background-color: #9C08FF;
}
.BgClassName
{
background-color: #9C08FF;
}
</style>
border-color css
<style>
span { border-color: #9C08FF; }
span { border-color: rgb(156,8,255); }
td.TdClassName
{
border-color: #9C08FF;
}
.TagClassName
{
border-color: #9C08FF;
}
</style>