Shades of Cold Purple #9883C5
Tints of Cold Purple #9883C5
RGB
CMYK
RGB Variations
Color information
#9883C5 (or 0x9883C5) is known color: Cold Purple. HEX triplet: 98, 83 and C5. RGB value is (152,131,197). Sum of RGB (Red+Green+Blue) = 152+131+197=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #9883C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883C5 is #677C3A. Grayscale: #909090. Windows color (decimal): -6782011 or 12944280. OLE color: 12944280.
HSL color Cylindrical-coordinate representation of color #9883C5: hue angle of 259.09º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9883C5 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 131 | 197 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.23 |
| HSL | 259.09º | 0.36% | 0.64% | - |
| HSV(B) | 259.09º | 0.34% | 0.77% | - |
| XYZ | 31.14 | 26.94 | 56.38 | - |
| YUV | 144.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 197 | 0.23 | 0.34 | 0 | 0.23 | 259.09 | 0.36 | 0.64 |
| Hex | 98 | 83 | C5 | 17 | 22 | 0 | 17 | 103 | 24 | 40 |
| Octal | 230 | 203 | 305 | 27 | 42 | 0 | 27 | 403 | 44 | 100 |
| Binary | 10011000 | 10000011 | 11000101 | 10111 | 100010 | 0 | 10111 | 100000011 | 100100 | 1000000 |
Color Harmonies of #9883C5
Complementary color
Monochromatic Colors of #9883C5
Black with #9883C5
Text Example
Text Example
White with #9883C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883C5; }
p { color: rgb(152,131,197); }
H1.HeaderClassName
{
color: #9883C5;
}
.AnyTagClassName
{
color: #9883C5;
}
</style>
background-color css
<style>
a { background-color: #9883C5; }
a { background-color: rgb(152,131,197); }
div.DivClassName
{
background-color: #9883C5;
}
.BgClassName
{
background-color: #9883C5;
}
</style>
border-color css
<style>
span { border-color: #9883C5; }
span { border-color: rgb(152,131,197); }
td.TdClassName
{
border-color: #9883C5;
}
.TagClassName
{
border-color: #9883C5;
}
</style>