Shades of Perano #9F9CFA
Tints of Perano #9F9CFA
RGB
CMYK
RGB Variations
Color information
#9F9CFA (or 0x9F9CFA) is known color: Perano. HEX triplet: 9F, 9C and FA. RGB value is (159,156,250). Sum of RGB (Red+Green+Blue) = 159+156+250=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CFA is #606305. Grayscale: #A7A7A7. Windows color (decimal): -6316806 or 16424095. OLE color: 16424095.
HSL color Cylindrical-coordinate representation of color #9F9CFA: hue angle of 241.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F9CFA is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 156 | 250 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.02 |
| HSL | 241.91º | 0.9% | 0.8% | - |
| HSV(B) | 241.91º | 0.38% | 0.98% | - |
| XYZ | 43.44 | 38.05 | 95.5 | - |
| YUV | 167.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 250 | 0.36 | 0.38 | 0 | 0.02 | 241.91 | 0.9 | 0.8 |
| Hex | 9F | 9C | FA | 24 | 26 | 0 | 2 | F2 | 5A | 50 |
| Octal | 237 | 234 | 372 | 44 | 46 | 0 | 2 | 362 | 132 | 120 |
| Binary | 10011111 | 10011100 | 11111010 | 100100 | 100110 | 0 | 10 | 11110010 | 1011010 | 1010000 |
Color Harmonies of #9F9CFA
Complementary color
Monochromatic Colors of #9F9CFA
Black with #9F9CFA
Text Example
Text Example
White with #9F9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CFA; }
p { color: rgb(159,156,250); }
H1.HeaderClassName
{
color: #9F9CFA;
}
.AnyTagClassName
{
color: #9F9CFA;
}
</style>
background-color css
<style>
a { background-color: #9F9CFA; }
a { background-color: rgb(159,156,250); }
div.DivClassName
{
background-color: #9F9CFA;
}
.BgClassName
{
background-color: #9F9CFA;
}
</style>
border-color css
<style>
span { border-color: #9F9CFA; }
span { border-color: rgb(159,156,250); }
td.TdClassName
{
border-color: #9F9CFA;
}
.TagClassName
{
border-color: #9F9CFA;
}
</style>