Shades of Violet #FF97FF
Tints of Violet #FF97FF
RGB
CMYK
RGB Variations
Color information
#FF97FF (or 0xFF97FF) is known color: Violet. HEX triplet: FF, 97 and FF. RGB value is (255,151,255). Sum of RGB (Red+Green+Blue) = 255+151+255=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 151 (59.38% from 255 or 22.84% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97FF is #006800. Grayscale: #C1C1C1. Windows color (decimal): -26625 or 16750591. OLE color: 16750591.
HSL color Cylindrical-coordinate representation of color #FF97FF: hue angle of 300º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97FF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 255 | - |
| CMYK | 0 | 0.41 | 0 | 0 |
| HSL | 300º | 1% | 0.8% | - |
| HSV(B) | 300º | 0.41% | 1% | - |
| XYZ | 70.36 | 50.61 | 100.67 | - |
| YUV | 193.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 255 | 0 | 0.41 | 0 | 0 | 300 | 1 | 0.8 |
| Hex | FF | 97 | FF | 0 | 29 | 0 | 0 | 12C | 64 | 50 |
| Octal | 377 | 227 | 377 | 0 | 51 | 0 | 0 | 454 | 144 | 120 |
| Binary | 11111111 | 10010111 | 11111111 | 0 | 101001 | 0 | 0 | 100101100 | 1100100 | 1010000 |
Color Harmonies of #FF97FF
Complementary color
Monochromatic Colors of #FF97FF
Black with #FF97FF
Text Example
Text Example
White with #FF97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF97FF; }
p { color: rgb(255,151,255); }
H1.HeaderClassName
{
color: #FF97FF;
}
.AnyTagClassName
{
color: #FF97FF;
}
</style>
background-color css
<style>
a { background-color: #FF97FF; }
a { background-color: rgb(255,151,255); }
div.DivClassName
{
background-color: #FF97FF;
}
.BgClassName
{
background-color: #FF97FF;
}
</style>
border-color css
<style>
span { border-color: #FF97FF; }
span { border-color: rgb(255,151,255); }
td.TdClassName
{
border-color: #FF97FF;
}
.TagClassName
{
border-color: #FF97FF;
}
</style>