Shades of Cold Purple #9C83BC
Tints of Cold Purple #9C83BC
RGB
CMYK
RGB Variations
Color information
#9C83BC (or 0x9C83BC) is known color: Cold Purple. HEX triplet: 9C, 83 and BC. RGB value is (156,131,188). Sum of RGB (Red+Green+Blue) = 156+131+188=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C83BC is #637C43. Grayscale: #909090. Windows color (decimal): -6519876 or 12354460. OLE color: 12354460.
HSL color Cylindrical-coordinate representation of color #9C83BC: hue angle of 266.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C83BC is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 131 | 188 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.26 |
| HSL | 266.32º | 0.3% | 0.63% | - |
| HSV(B) | 266.32º | 0.3% | 0.74% | - |
| XYZ | 30.9 | 26.93 | 51.15 | - |
| YUV | 144.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 188 | 0.17 | 0.30 | 0 | 0.26 | 266.32 | 0.3 | 0.63 |
| Hex | 9C | 83 | BC | 11 | 1E | 0 | 1A | 10A | 1E | 3F |
| Octal | 234 | 203 | 274 | 21 | 36 | 0 | 32 | 412 | 36 | 77 |
| Binary | 10011100 | 10000011 | 10111100 | 10001 | 11110 | 0 | 11010 | 100001010 | 11110 | 111111 |
Color Harmonies of #9C83BC
Complementary color
Monochromatic Colors of #9C83BC
Black with #9C83BC
Text Example
Text Example
White with #9C83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C83BC; }
p { color: rgb(156,131,188); }
H1.HeaderClassName
{
color: #9C83BC;
}
.AnyTagClassName
{
color: #9C83BC;
}
</style>
background-color css
<style>
a { background-color: #9C83BC; }
a { background-color: rgb(156,131,188); }
div.DivClassName
{
background-color: #9C83BC;
}
.BgClassName
{
background-color: #9C83BC;
}
</style>
border-color css
<style>
span { border-color: #9C83BC; }
span { border-color: rgb(156,131,188); }
td.TdClassName
{
border-color: #9C83BC;
}
.TagClassName
{
border-color: #9C83BC;
}
</style>