Shades of Cold Purple #9F90CC
Tints of Cold Purple #9F90CC
RGB
CMYK
RGB Variations
Color information
#9F90CC (or 0x9F90CC) is known color: Cold Purple. HEX triplet: 9F, 90 and CC. RGB value is (159,144,204). Sum of RGB (Red+Green+Blue) = 159+144+204=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F90CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90CC is #606F33. Grayscale: #9B9B9B. Windows color (decimal): -6319924 or 13406367. OLE color: 13406367.
HSL color Cylindrical-coordinate representation of color #9F90CC: hue angle of 255º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F90CC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 144 | 204 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.2 |
| HSL | 255º | 0.37% | 0.68% | - |
| HSV(B) | 255º | 0.29% | 0.8% | - |
| XYZ | 35.17 | 31.68 | 61.39 | - |
| YUV | 155.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 204 | 0.22 | 0.29 | 0 | 0.2 | 255 | 0.37 | 0.68 |
| Hex | 9F | 90 | CC | 16 | 1D | 0 | 14 | FF | 25 | 44 |
| Octal | 237 | 220 | 314 | 26 | 35 | 0 | 24 | 377 | 45 | 104 |
| Binary | 10011111 | 10010000 | 11001100 | 10110 | 11101 | 0 | 10100 | 11111111 | 100101 | 1000100 |
Color Harmonies of #9F90CC
Complementary color
Monochromatic Colors of #9F90CC
Black with #9F90CC
Text Example
Text Example
White with #9F90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90CC; }
p { color: rgb(159,144,204); }
H1.HeaderClassName
{
color: #9F90CC;
}
.AnyTagClassName
{
color: #9F90CC;
}
</style>
background-color css
<style>
a { background-color: #9F90CC; }
a { background-color: rgb(159,144,204); }
div.DivClassName
{
background-color: #9F90CC;
}
.BgClassName
{
background-color: #9F90CC;
}
</style>
border-color css
<style>
span { border-color: #9F90CC; }
span { border-color: rgb(159,144,204); }
td.TdClassName
{
border-color: #9F90CC;
}
.TagClassName
{
border-color: #9F90CC;
}
</style>