Shades of Perano #9F9FFC
Tints of Perano #9F9FFC
RGB
CMYK
RGB Variations
Color information
#9F9FFC (or 0x9F9FFC) is known color: Perano. HEX triplet: 9F, 9F and FC. RGB value is (159,159,252). Sum of RGB (Red+Green+Blue) = 159+159+252=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F9FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FFC is #606003. Grayscale: #A9A9A9. Windows color (decimal): -6316036 or 16555935. OLE color: 16555935.
HSL color Cylindrical-coordinate representation of color #9F9FFC: hue angle of 240º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F9FFC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 159 | 252 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.01 |
| HSL | 240º | 0.94% | 0.81% | - |
| HSV(B) | 240º | 0.37% | 0.99% | - |
| XYZ | 44.27 | 39.2 | 97.33 | - |
| YUV | 169.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 252 | 0.37 | 0.37 | 0 | 0.01 | 240 | 0.94 | 0.81 |
| Hex | 9F | 9F | FC | 25 | 25 | 0 | 1 | F0 | 5E | 51 |
| Octal | 237 | 237 | 374 | 45 | 45 | 0 | 1 | 360 | 136 | 121 |
| Binary | 10011111 | 10011111 | 11111100 | 100101 | 100101 | 0 | 1 | 11110000 | 1011110 | 1010001 |
Color Harmonies of #9F9FFC
Complementary color
Monochromatic Colors of #9F9FFC
Black with #9F9FFC
Text Example
Text Example
White with #9F9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FFC; }
p { color: rgb(159,159,252); }
H1.HeaderClassName
{
color: #9F9FFC;
}
.AnyTagClassName
{
color: #9F9FFC;
}
</style>
background-color css
<style>
a { background-color: #9F9FFC; }
a { background-color: rgb(159,159,252); }
div.DivClassName
{
background-color: #9F9FFC;
}
.BgClassName
{
background-color: #9F9FFC;
}
</style>
border-color css
<style>
span { border-color: #9F9FFC; }
span { border-color: rgb(159,159,252); }
td.TdClassName
{
border-color: #9F9FFC;
}
.TagClassName
{
border-color: #9F9FFC;
}
</style>