Shades of Cold Purple #9880CB
Tints of Cold Purple #9880CB
RGB
CMYK
RGB Variations
Color information
#9880CB (or 0x9880CB) is known color: Cold Purple. HEX triplet: 98, 80 and CB. RGB value is (152,128,203). Sum of RGB (Red+Green+Blue) = 152+128+203=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9880CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880CB is #677F34. Grayscale: #8F8F8F. Windows color (decimal): -6782773 or 13336728. OLE color: 13336728.
HSL color Cylindrical-coordinate representation of color #9880CB: hue angle of 259.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9880CB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 128 | 203 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.20 |
| HSL | 259.2º | 0.42% | 0.65% | - |
| HSV(B) | 259.2º | 0.37% | 0.8% | - |
| XYZ | 31.45 | 26.43 | 59.94 | - |
| YUV | 143.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 203 | 0.25 | 0.37 | 0 | 0.20 | 259.2 | 0.42 | 0.65 |
| Hex | 98 | 80 | CB | 19 | 25 | 0 | 14 | 103 | 2A | 41 |
| Octal | 230 | 200 | 313 | 31 | 45 | 0 | 24 | 403 | 52 | 101 |
| Binary | 10011000 | 10000000 | 11001011 | 11001 | 100101 | 0 | 10100 | 100000011 | 101010 | 1000001 |
Color Harmonies of #9880CB
Complementary color
Monochromatic Colors of #9880CB
Black with #9880CB
Text Example
Text Example
White with #9880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880CB; }
p { color: rgb(152,128,203); }
H1.HeaderClassName
{
color: #9880CB;
}
.AnyTagClassName
{
color: #9880CB;
}
</style>
background-color css
<style>
a { background-color: #9880CB; }
a { background-color: rgb(152,128,203); }
div.DivClassName
{
background-color: #9880CB;
}
.BgClassName
{
background-color: #9880CB;
}
</style>
border-color css
<style>
span { border-color: #9880CB; }
span { border-color: rgb(152,128,203); }
td.TdClassName
{
border-color: #9880CB;
}
.TagClassName
{
border-color: #9880CB;
}
</style>