Shades of Violet #FF9BFD
Tints of Violet #FF9BFD
RGB
CMYK
RGB Variations
Color information
#FF9BFD (or 0xFF9BFD) is known color: Violet. HEX triplet: FF, 9B and FD. RGB value is (255,155,253). Sum of RGB (Red+Green+Blue) = 255+155+253=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 155 (60.94% from 255 or 23.38% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BFD is #006402. Grayscale: #C3C3C3. Windows color (decimal): -25603 or 16620543. OLE color: 16620543.
HSL color Cylindrical-coordinate representation of color #FF9BFD: hue angle of 301.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BFD is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 253 | - |
| CMYK | 0 | 0.39 | 0.01 | 0 |
| HSL | 301.2º | 1% | 0.8% | - |
| HSV(B) | 301.2º | 0.39% | 1% | - |
| XYZ | 70.69 | 51.79 | 99.2 | - |
| YUV | 196.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 253 | 0 | 0.39 | 0.01 | 0 | 301.2 | 1 | 0.8 |
| Hex | FF | 9B | FD | 0 | 27 | 1 | 0 | 12D | 64 | 50 |
| Octal | 377 | 233 | 375 | 0 | 47 | 1 | 0 | 455 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11111101 | 0 | 100111 | 1 | 0 | 100101101 | 1100100 | 1010000 |
Color Harmonies of #FF9BFD
Complementary color
Monochromatic Colors of #FF9BFD
Black with #FF9BFD
Text Example
Text Example
White with #FF9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BFD; }
p { color: rgb(255,155,253); }
H1.HeaderClassName
{
color: #FF9BFD;
}
.AnyTagClassName
{
color: #FF9BFD;
}
</style>
background-color css
<style>
a { background-color: #FF9BFD; }
a { background-color: rgb(255,155,253); }
div.DivClassName
{
background-color: #FF9BFD;
}
.BgClassName
{
background-color: #FF9BFD;
}
</style>
border-color css
<style>
span { border-color: #FF9BFD; }
span { border-color: rgb(255,155,253); }
td.TdClassName
{
border-color: #FF9BFD;
}
.TagClassName
{
border-color: #FF9BFD;
}
</style>