Shades of Perano #9F9CFF
Tints of Perano #9F9CFF
RGB
CMYK
RGB Variations
Color information
#9F9CFF (or 0x9F9CFF) is known color: Perano. HEX triplet: 9F, 9C and FF. RGB value is (159,156,255). Sum of RGB (Red+Green+Blue) = 159+156+255=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CFF is #606300. Grayscale: #A7A7A7. Windows color (decimal): -6316801 or 16751775. OLE color: 16751775.
HSL color Cylindrical-coordinate representation of color #9F9CFF: hue angle of 241.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F9CFF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 156 | 255 | - |
| CMYK | 0.38 | 0.39 | 0 | 0 |
| HSL | 241.82º | 1% | 0.81% | - |
| HSV(B) | 241.82º | 0.39% | 1% | - |
| XYZ | 44.24 | 38.37 | 99.68 | - |
| YUV | 168.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 255 | 0.38 | 0.39 | 0 | 0 | 241.82 | 1 | 0.81 |
| Hex | 9F | 9C | FF | 26 | 27 | 0 | 0 | F2 | 64 | 51 |
| Octal | 237 | 234 | 377 | 46 | 47 | 0 | 0 | 362 | 144 | 121 |
| Binary | 10011111 | 10011100 | 11111111 | 100110 | 100111 | 0 | 0 | 11110010 | 1100100 | 1010001 |
Color Harmonies of #9F9CFF
Complementary color
Monochromatic Colors of #9F9CFF
Black with #9F9CFF
Text Example
Text Example
White with #9F9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CFF; }
p { color: rgb(159,156,255); }
H1.HeaderClassName
{
color: #9F9CFF;
}
.AnyTagClassName
{
color: #9F9CFF;
}
</style>
background-color css
<style>
a { background-color: #9F9CFF; }
a { background-color: rgb(159,156,255); }
div.DivClassName
{
background-color: #9F9CFF;
}
.BgClassName
{
background-color: #9F9CFF;
}
</style>
border-color css
<style>
span { border-color: #9F9CFF; }
span { border-color: rgb(159,156,255); }
td.TdClassName
{
border-color: #9F9CFF;
}
.TagClassName
{
border-color: #9F9CFF;
}
</style>