#FF97FF (or 0xFF97FF) is unknown color: approx 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.
<style> p { color: #FF97FF; } p { color: rgb(255,151,255); } H1.HeaderClassName { color: #FF97FF; } .AnyTagClassName { color: #FF97FF; } </style>
<style> a { background-color: #FF97FF; } a { background-color: rgb(255,151,255); } div.DivClassName { background-color: #FF97FF; } .BgClassName { background-color: #FF97FF; } </style>
<style> span { border-color: #FF97FF; } span { border-color: rgb(255,151,255); } td.TdClassName { border-color: #FF97FF; } .TagClassName { border-color: #FF97FF; } </style>