Shades of Cold Purple #9883CB
Tints of Cold Purple #9883CB
RGB
CMYK
RGB Variations
Color information
#9883CB (or 0x9883CB) is known color: Cold Purple. HEX triplet: 98, 83 and CB. RGB value is (152,131,203). Sum of RGB (Red+Green+Blue) = 152+131+203=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #9883CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883CB is #677C34. Grayscale: #919191. Windows color (decimal): -6782005 or 13337496. OLE color: 13337496.
HSL color Cylindrical-coordinate representation of color #9883CB: hue angle of 257.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9883CB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 131 | 203 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.20 |
| HSL | 257.5º | 0.41% | 0.65% | - |
| HSV(B) | 257.5º | 0.35% | 0.8% | - |
| XYZ | 31.84 | 27.22 | 60.08 | - |
| YUV | 145.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 203 | 0.25 | 0.35 | 0 | 0.20 | 257.5 | 0.41 | 0.65 |
| Hex | 98 | 83 | CB | 19 | 23 | 0 | 14 | 102 | 29 | 41 |
| Octal | 230 | 203 | 313 | 31 | 43 | 0 | 24 | 402 | 51 | 101 |
| Binary | 10011000 | 10000011 | 11001011 | 11001 | 100011 | 0 | 10100 | 100000010 | 101001 | 1000001 |
Color Harmonies of #9883CB
Complementary color
Monochromatic Colors of #9883CB
Black with #9883CB
Text Example
Text Example
White with #9883CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883CB; }
p { color: rgb(152,131,203); }
H1.HeaderClassName
{
color: #9883CB;
}
.AnyTagClassName
{
color: #9883CB;
}
</style>
background-color css
<style>
a { background-color: #9883CB; }
a { background-color: rgb(152,131,203); }
div.DivClassName
{
background-color: #9883CB;
}
.BgClassName
{
background-color: #9883CB;
}
</style>
border-color css
<style>
span { border-color: #9883CB; }
span { border-color: rgb(152,131,203); }
td.TdClassName
{
border-color: #9883CB;
}
.TagClassName
{
border-color: #9883CB;
}
</style>