Shades of Perano #9E9CFF
Tints of Perano #9E9CFF
RGB
CMYK
RGB Variations
Color information
#9E9CFF (or 0x9E9CFF) is known color: Perano. HEX triplet: 9E, 9C and FF. RGB value is (158,156,255). Sum of RGB (Red+Green+Blue) = 158+156+255=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CFF is #616300. Grayscale: #A7A7A7. Windows color (decimal): -6382337 or 16751774. OLE color: 16751774.
HSL color Cylindrical-coordinate representation of color #9E9CFF: hue angle of 241.21º 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 #9E9CFF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 156 | 255 | - |
| CMYK | 0.38 | 0.39 | 0 | 0 |
| HSL | 241.21º | 1% | 0.81% | - |
| HSV(B) | 241.21º | 0.39% | 1% | - |
| XYZ | 44.04 | 38.27 | 99.67 | - |
| YUV | 167.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 255 | 0.38 | 0.39 | 0 | 0 | 241.21 | 1 | 0.81 |
| Hex | 9E | 9C | FF | 26 | 27 | 0 | 0 | F1 | 64 | 51 |
| Octal | 236 | 234 | 377 | 46 | 47 | 0 | 0 | 361 | 144 | 121 |
| Binary | 10011110 | 10011100 | 11111111 | 100110 | 100111 | 0 | 0 | 11110001 | 1100100 | 1010001 |
Color Harmonies of #9E9CFF
Complementary color
Monochromatic Colors of #9E9CFF
Black with #9E9CFF
Text Example
Text Example
White with #9E9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CFF; }
p { color: rgb(158,156,255); }
H1.HeaderClassName
{
color: #9E9CFF;
}
.AnyTagClassName
{
color: #9E9CFF;
}
</style>
background-color css
<style>
a { background-color: #9E9CFF; }
a { background-color: rgb(158,156,255); }
div.DivClassName
{
background-color: #9E9CFF;
}
.BgClassName
{
background-color: #9E9CFF;
}
</style>
border-color css
<style>
span { border-color: #9E9CFF; }
span { border-color: rgb(158,156,255); }
td.TdClassName
{
border-color: #9E9CFF;
}
.TagClassName
{
border-color: #9E9CFF;
}
</style>