Shades of Perano #9D9FFF
Tints of Perano #9D9FFF
RGB
CMYK
RGB Variations
Color information
#9D9FFF (or 0x9D9FFF) is known color: Perano. HEX triplet: 9D, 9F and FF. RGB value is (157,159,255). Sum of RGB (Red+Green+Blue) = 157+159+255=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 159 (62.5% from 255 or 27.85% 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 #9D9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9FFF is #626000. Grayscale: #A8A8A8. Windows color (decimal): -6447105 or 16752541. OLE color: 16752541.
HSL color Cylindrical-coordinate representation of color #9D9FFF: hue angle of 238.78º 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 #9D9FFF is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 159 | 255 | - |
| CMYK | 0.38 | 0.38 | 0 | 0 |
| HSL | 238.78º | 1% | 0.81% | - |
| HSV(B) | 238.78º | 0.38% | 1% | - |
| XYZ | 44.35 | 39.18 | 99.83 | - |
| YUV | 169.35 | 176.34 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 159 | 255 | 0.38 | 0.38 | 0 | 0 | 238.78 | 1 | 0.81 |
| Hex | 9D | 9F | FF | 26 | 26 | 0 | 0 | EF | 64 | 51 |
| Octal | 235 | 237 | 377 | 46 | 46 | 0 | 0 | 357 | 144 | 121 |
| Binary | 10011101 | 10011111 | 11111111 | 100110 | 100110 | 0 | 0 | 11101111 | 1100100 | 1010001 |
Color Harmonies of #9D9FFF
Complementary color
Monochromatic Colors of #9D9FFF
Black with #9D9FFF
Text Example
Text Example
White with #9D9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9FFF; }
p { color: rgb(157,159,255); }
H1.HeaderClassName
{
color: #9D9FFF;
}
.AnyTagClassName
{
color: #9D9FFF;
}
</style>
background-color css
<style>
a { background-color: #9D9FFF; }
a { background-color: rgb(157,159,255); }
div.DivClassName
{
background-color: #9D9FFF;
}
.BgClassName
{
background-color: #9D9FFF;
}
</style>
border-color css
<style>
span { border-color: #9D9FFF; }
span { border-color: rgb(157,159,255); }
td.TdClassName
{
border-color: #9D9FFF;
}
.TagClassName
{
border-color: #9D9FFF;
}
</style>