Shades of Violet #FF9BFF
Tints of Violet #FF9BFF
RGB
CMYK
RGB Variations
Color information
#FF9BFF (or 0xFF9BFF) is known color: Violet. HEX triplet: FF, 9B and FF. RGB value is (255,155,255). Sum of RGB (Red+Green+Blue) = 255+155+255=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 155 (60.94% from 255 or 23.31% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BFF is #006400. Grayscale: #C4C4C4. Windows color (decimal): -25601 or 16751615. OLE color: 16751615.
HSL color Cylindrical-coordinate representation of color #FF9BFF: hue angle of 300º 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 #FF9BFF is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 155 | 255 | - |
CMYK | 0 | 0.39 | 0 | 0 |
HSL | 300º | 1% | 0.8% | - |
HSV(B) | 300º | 0.39% | 1% | - |
XYZ | 71.01 | 51.92 | 100.89 | - |
YUV | 196.3 | 161.13 | 169.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 155 | 255 | 0 | 0.39 | 0 | 0 | 300 | 1 | 0.8 |
Hex | FF | 9B | FF | 0 | 27 | 0 | 0 | 12C | 64 | 50 |
Octal | 377 | 233 | 377 | 0 | 47 | 0 | 0 | 454 | 144 | 120 |
Binary | 11111111 | 10011011 | 11111111 | 0 | 100111 | 0 | 0 | 100101100 | 1100100 | 1010000 |
Color Harmonies of #FF9BFF
Complementary color
Monochromatic Colors of #FF9BFF
Black with #FF9BFF
Text Example
Text Example
White with #FF9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BFF; }
p { color: rgb(255,155,255); }
H1.HeaderClassName
{
color: #FF9BFF;
}
.AnyTagClassName
{
color: #FF9BFF;
}
</style>
background-color css
<style>
a { background-color: #FF9BFF; }
a { background-color: rgb(255,155,255); }
div.DivClassName
{
background-color: #FF9BFF;
}
.BgClassName
{
background-color: #FF9BFF;
}
</style>
border-color css
<style>
span { border-color: #FF9BFF; }
span { border-color: rgb(255,155,255); }
td.TdClassName
{
border-color: #FF9BFF;
}
.TagClassName
{
border-color: #FF9BFF;
}
</style>