Shades of Perano #9E9BFD
Tints of Perano #9E9BFD
RGB
CMYK
RGB Variations
Color information
#9E9BFD (or 0x9E9BFD) is known color: Perano. HEX triplet: 9E, 9B and FD. RGB value is (158,155,253). Sum of RGB (Red+Green+Blue) = 158+155+253=566 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.92% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #9E9BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BFD is #616402. Grayscale: #A6A6A6. Windows color (decimal): -6382595 or 16620446. OLE color: 16620446.
HSL color Cylindrical-coordinate representation of color #9E9BFD: hue angle of 241.84º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E9BFD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 155 | 253 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.01 |
| HSL | 241.84º | 0.96% | 0.8% | - |
| HSV(B) | 241.84º | 0.39% | 0.99% | - |
| XYZ | 43.55 | 37.8 | 97.93 | - |
| YUV | 167.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 253 | 0.38 | 0.39 | 0 | 0.01 | 241.84 | 0.96 | 0.8 |
| Hex | 9E | 9B | FD | 26 | 27 | 0 | 1 | F2 | 60 | 50 |
| Octal | 236 | 233 | 375 | 46 | 47 | 0 | 1 | 362 | 140 | 120 |
| Binary | 10011110 | 10011011 | 11111101 | 100110 | 100111 | 0 | 1 | 11110010 | 1100000 | 1010000 |
Color Harmonies of #9E9BFD
Complementary color
Monochromatic Colors of #9E9BFD
Black with #9E9BFD
Text Example
Text Example
White with #9E9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BFD; }
p { color: rgb(158,155,253); }
H1.HeaderClassName
{
color: #9E9BFD;
}
.AnyTagClassName
{
color: #9E9BFD;
}
</style>
background-color css
<style>
a { background-color: #9E9BFD; }
a { background-color: rgb(158,155,253); }
div.DivClassName
{
background-color: #9E9BFD;
}
.BgClassName
{
background-color: #9E9BFD;
}
</style>
border-color css
<style>
span { border-color: #9E9BFD; }
span { border-color: rgb(158,155,253); }
td.TdClassName
{
border-color: #9E9BFD;
}
.TagClassName
{
border-color: #9E9BFD;
}
</style>