Shades of Violet #FF9CFF
Tints of Violet #FF9CFF
RGB
CMYK
RGB Variations
Color information
#FF9CFF (or 0xFF9CFF) is known color: Violet. HEX triplet: FF, 9C and FF. RGB value is (255,156,255). Sum of RGB (Red+Green+Blue) = 255+156+255=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 156 (61.33% from 255 or 23.42% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9CFF is #006300. Grayscale: #C4C4C4. Windows color (decimal): -25345 or 16751871. OLE color: 16751871.
HSL color Cylindrical-coordinate representation of color #FF9CFF: hue angle of 300º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CFF is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 255 | - |
| CMYK | 0 | 0.39 | 0 | 0 |
| HSL | 300º | 1% | 0.81% | - |
| HSV(B) | 300º | 0.39% | 1% | - |
| XYZ | 71.18 | 52.26 | 100.94 | - |
| YUV | 196.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 255 | 0 | 0.39 | 0 | 0 | 300 | 1 | 0.81 |
| Hex | FF | 9C | FF | 0 | 27 | 0 | 0 | 12C | 64 | 51 |
| Octal | 377 | 234 | 377 | 0 | 47 | 0 | 0 | 454 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11111111 | 0 | 100111 | 0 | 0 | 100101100 | 1100100 | 1010001 |
Color Harmonies of #FF9CFF
Complementary color
Monochromatic Colors of #FF9CFF
Black with #FF9CFF
Text Example
Text Example
White with #FF9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CFF; }
p { color: rgb(255,156,255); }
H1.HeaderClassName
{
color: #FF9CFF;
}
.AnyTagClassName
{
color: #FF9CFF;
}
</style>
background-color css
<style>
a { background-color: #FF9CFF; }
a { background-color: rgb(255,156,255); }
div.DivClassName
{
background-color: #FF9CFF;
}
.BgClassName
{
background-color: #FF9CFF;
}
</style>
border-color css
<style>
span { border-color: #FF9CFF; }
span { border-color: rgb(255,156,255); }
td.TdClassName
{
border-color: #FF9CFF;
}
.TagClassName
{
border-color: #FF9CFF;
}
</style>