Shades of Cold Purple #9F90CA
Tints of Cold Purple #9F90CA
RGB
CMYK
RGB Variations
Color information
#9F90CA (or 0x9F90CA) is known color: Cold Purple. HEX triplet: 9F, 90 and CA. RGB value is (159,144,202). Sum of RGB (Red+Green+Blue) = 159+144+202=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90CA is #606F35. Grayscale: #9A9A9A. Windows color (decimal): -6319926 or 13275295. OLE color: 13275295.
HSL color Cylindrical-coordinate representation of color #9F90CA: hue angle of 255.52º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F90CA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 144 | 202 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.21 |
| HSL | 255.52º | 0.35% | 0.68% | - |
| HSV(B) | 255.52º | 0.29% | 0.79% | - |
| XYZ | 34.93 | 31.58 | 60.13 | - |
| YUV | 155.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 202 | 0.21 | 0.29 | 0 | 0.21 | 255.52 | 0.35 | 0.68 |
| Hex | 9F | 90 | CA | 15 | 1D | 0 | 15 | 100 | 23 | 44 |
| Octal | 237 | 220 | 312 | 25 | 35 | 0 | 25 | 400 | 43 | 104 |
| Binary | 10011111 | 10010000 | 11001010 | 10101 | 11101 | 0 | 10101 | 100000000 | 100011 | 1000100 |
Color Harmonies of #9F90CA
Complementary color
Monochromatic Colors of #9F90CA
Black with #9F90CA
Text Example
Text Example
White with #9F90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90CA; }
p { color: rgb(159,144,202); }
H1.HeaderClassName
{
color: #9F90CA;
}
.AnyTagClassName
{
color: #9F90CA;
}
</style>
background-color css
<style>
a { background-color: #9F90CA; }
a { background-color: rgb(159,144,202); }
div.DivClassName
{
background-color: #9F90CA;
}
.BgClassName
{
background-color: #9F90CA;
}
</style>
border-color css
<style>
span { border-color: #9F90CA; }
span { border-color: rgb(159,144,202); }
td.TdClassName
{
border-color: #9F90CA;
}
.TagClassName
{
border-color: #9F90CA;
}
</style>