Shades of Cold Purple #9C93BD
Tints of Cold Purple #9C93BD
RGB
CMYK
RGB Variations
Color information
#9C93BD (or 0x9C93BD) is known color: Cold Purple. HEX triplet: 9C, 93 and BD. RGB value is (156,147,189). Sum of RGB (Red+Green+Blue) = 156+147+189=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93BD is #636C42. Grayscale: #9A9A9A. Windows color (decimal): -6515779 or 12424092. OLE color: 12424092.
HSL color Cylindrical-coordinate representation of color #9C93BD: hue angle of 252.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C93BD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 147 | 189 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.26 |
| HSL | 252.86º | 0.24% | 0.66% | - |
| HSV(B) | 252.86º | 0.22% | 0.74% | - |
| XYZ | 33.33 | 31.61 | 52.49 | - |
| YUV | 154.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 189 | 0.17 | 0.22 | 0 | 0.26 | 252.86 | 0.24 | 0.66 |
| Hex | 9C | 93 | BD | 11 | 16 | 0 | 1A | FD | 18 | 42 |
| Octal | 234 | 223 | 275 | 21 | 26 | 0 | 32 | 375 | 30 | 102 |
| Binary | 10011100 | 10010011 | 10111101 | 10001 | 10110 | 0 | 11010 | 11111101 | 11000 | 1000010 |
Color Harmonies of #9C93BD
Complementary color
Monochromatic Colors of #9C93BD
Black with #9C93BD
Text Example
Text Example
White with #9C93BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93BD; }
p { color: rgb(156,147,189); }
H1.HeaderClassName
{
color: #9C93BD;
}
.AnyTagClassName
{
color: #9C93BD;
}
</style>
background-color css
<style>
a { background-color: #9C93BD; }
a { background-color: rgb(156,147,189); }
div.DivClassName
{
background-color: #9C93BD;
}
.BgClassName
{
background-color: #9C93BD;
}
</style>
border-color css
<style>
span { border-color: #9C93BD; }
span { border-color: rgb(156,147,189); }
td.TdClassName
{
border-color: #9C93BD;
}
.TagClassName
{
border-color: #9C93BD;
}
</style>