Shades of Violet #FF9AFF
Tints of Violet #FF9AFF
RGB
CMYK
RGB Variations
Color information
#FF9AFF (or 0xFF9AFF) is known color: Violet. HEX triplet: FF, 9A and FF. RGB value is (255,154,255). Sum of RGB (Red+Green+Blue) = 255+154+255=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 154 (60.55% from 255 or 23.19% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9AFF is #006500. Grayscale: #C3C3C3. Windows color (decimal): -25857 or 16751359. OLE color: 16751359.
HSL color Cylindrical-coordinate representation of color #FF9AFF: hue angle of 300º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AFF is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 255 | - |
| CMYK | 0 | 0.40 | 0 | 0 |
| HSL | 300º | 1% | 0.8% | - |
| HSV(B) | 300º | 0.4% | 1% | - |
| XYZ | 70.85 | 51.59 | 100.83 | - |
| YUV | 195.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 255 | 0 | 0.40 | 0 | 0 | 300 | 1 | 0.8 |
| Hex | FF | 9A | FF | 0 | 28 | 0 | 0 | 12C | 64 | 50 |
| Octal | 377 | 232 | 377 | 0 | 50 | 0 | 0 | 454 | 144 | 120 |
| Binary | 11111111 | 10011010 | 11111111 | 0 | 101000 | 0 | 0 | 100101100 | 1100100 | 1010000 |
Color Harmonies of #FF9AFF
Complementary color
Monochromatic Colors of #FF9AFF
Black with #FF9AFF
Text Example
Text Example
White with #FF9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9AFF; }
p { color: rgb(255,154,255); }
H1.HeaderClassName
{
color: #FF9AFF;
}
.AnyTagClassName
{
color: #FF9AFF;
}
</style>
background-color css
<style>
a { background-color: #FF9AFF; }
a { background-color: rgb(255,154,255); }
div.DivClassName
{
background-color: #FF9AFF;
}
.BgClassName
{
background-color: #FF9AFF;
}
</style>
border-color css
<style>
span { border-color: #FF9AFF; }
span { border-color: rgb(255,154,255); }
td.TdClassName
{
border-color: #FF9AFF;
}
.TagClassName
{
border-color: #FF9AFF;
}
</style>