Shades of Cold Purple #9C90C6
Tints of Cold Purple #9C90C6
RGB
CMYK
RGB Variations
Color information
#9C90C6 (or 0x9C90C6) is known color: Cold Purple. HEX triplet: 9C, 90 and C6. RGB value is (156,144,198). Sum of RGB (Red+Green+Blue) = 156+144+198=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C90C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90C6 is #636F39. Grayscale: #999999. Windows color (decimal): -6516538 or 13013148. OLE color: 13013148.
HSL color Cylindrical-coordinate representation of color #9C90C6: hue angle of 253.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C90C6 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 144 | 198 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.22 |
| HSL | 253.33º | 0.32% | 0.67% | - |
| HSV(B) | 253.33º | 0.27% | 0.78% | - |
| XYZ | 33.88 | 31.09 | 57.64 | - |
| YUV | 153.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 198 | 0.21 | 0.27 | 0 | 0.22 | 253.33 | 0.32 | 0.67 |
| Hex | 9C | 90 | C6 | 15 | 1B | 0 | 16 | FD | 20 | 43 |
| Octal | 234 | 220 | 306 | 25 | 33 | 0 | 26 | 375 | 40 | 103 |
| Binary | 10011100 | 10010000 | 11000110 | 10101 | 11011 | 0 | 10110 | 11111101 | 100000 | 1000011 |
Color Harmonies of #9C90C6
Complementary color
Monochromatic Colors of #9C90C6
Black with #9C90C6
Text Example
Text Example
White with #9C90C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90C6; }
p { color: rgb(156,144,198); }
H1.HeaderClassName
{
color: #9C90C6;
}
.AnyTagClassName
{
color: #9C90C6;
}
</style>
background-color css
<style>
a { background-color: #9C90C6; }
a { background-color: rgb(156,144,198); }
div.DivClassName
{
background-color: #9C90C6;
}
.BgClassName
{
background-color: #9C90C6;
}
</style>
border-color css
<style>
span { border-color: #9C90C6; }
span { border-color: rgb(156,144,198); }
td.TdClassName
{
border-color: #9C90C6;
}
.TagClassName
{
border-color: #9C90C6;
}
</style>