Shades of Perano #9F9DFF
Tints of Perano #9F9DFF
RGB
CMYK
RGB Variations
Color information
#9F9DFF (or 0x9F9DFF) is known color: Perano. HEX triplet: 9F, 9D and FF. RGB value is (159,157,255). Sum of RGB (Red+Green+Blue) = 159+157+255=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9DFF is #606200. Grayscale: #A8A8A8. Windows color (decimal): -6316545 or 16752031. OLE color: 16752031.
HSL color Cylindrical-coordinate representation of color #9F9DFF: hue angle of 241.22º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F9DFF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 157 | 255 | - |
| CMYK | 0.38 | 0.38 | 0 | 0 |
| HSL | 241.22º | 1% | 0.81% | - |
| HSV(B) | 241.22º | 0.38% | 1% | - |
| XYZ | 44.41 | 38.7 | 99.74 | - |
| YUV | 168.77 | 176.66 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 255 | 0.38 | 0.38 | 0 | 0 | 241.22 | 1 | 0.81 |
| Hex | 9F | 9D | FF | 26 | 26 | 0 | 0 | F1 | 64 | 51 |
| Octal | 237 | 235 | 377 | 46 | 46 | 0 | 0 | 361 | 144 | 121 |
| Binary | 10011111 | 10011101 | 11111111 | 100110 | 100110 | 0 | 0 | 11110001 | 1100100 | 1010001 |
Color Harmonies of #9F9DFF
Complementary color
Monochromatic Colors of #9F9DFF
Black with #9F9DFF
Text Example
Text Example
White with #9F9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DFF; }
p { color: rgb(159,157,255); }
H1.HeaderClassName
{
color: #9F9DFF;
}
.AnyTagClassName
{
color: #9F9DFF;
}
</style>
background-color css
<style>
a { background-color: #9F9DFF; }
a { background-color: rgb(159,157,255); }
div.DivClassName
{
background-color: #9F9DFF;
}
.BgClassName
{
background-color: #9F9DFF;
}
</style>
border-color css
<style>
span { border-color: #9F9DFF; }
span { border-color: rgb(159,157,255); }
td.TdClassName
{
border-color: #9F9DFF;
}
.TagClassName
{
border-color: #9F9DFF;
}
</style>