Shades of Cold Purple #9C93B1
Tints of Cold Purple #9C93B1
RGB
CMYK
RGB Variations
Color information
#9C93B1 (or 0x9C93B1) is known color: Cold Purple. HEX triplet: 9C, 93 and B1. RGB value is (156,147,177). Sum of RGB (Red+Green+Blue) = 156+147+177=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C93B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C93B1 is #636C4E. Grayscale: #989898. Windows color (decimal): -6515791 or 11637660. OLE color: 11637660.
HSL color Cylindrical-coordinate representation of color #9C93B1: hue angle of 258º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C93B1 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 147 | 177 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.31 |
| HSL | 258º | 0.16% | 0.64% | - |
| HSV(B) | 258º | 0.17% | 0.69% | - |
| XYZ | 32.08 | 31.11 | 45.91 | - |
| YUV | 153.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 177 | 0.12 | 0.17 | 0 | 0.31 | 258 | 0.16 | 0.64 |
| Hex | 9C | 93 | B1 | C | 11 | 0 | 1F | 102 | 10 | 40 |
| Octal | 234 | 223 | 261 | 14 | 21 | 0 | 37 | 402 | 20 | 100 |
| Binary | 10011100 | 10010011 | 10110001 | 1100 | 10001 | 0 | 11111 | 100000010 | 10000 | 1000000 |
Color Harmonies of #9C93B1
Complementary color
Monochromatic Colors of #9C93B1
Black with #9C93B1
Text Example
Text Example
White with #9C93B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93B1; }
p { color: rgb(156,147,177); }
H1.HeaderClassName
{
color: #9C93B1;
}
.AnyTagClassName
{
color: #9C93B1;
}
</style>
background-color css
<style>
a { background-color: #9C93B1; }
a { background-color: rgb(156,147,177); }
div.DivClassName
{
background-color: #9C93B1;
}
.BgClassName
{
background-color: #9C93B1;
}
</style>
border-color css
<style>
span { border-color: #9C93B1; }
span { border-color: rgb(156,147,177); }
td.TdClassName
{
border-color: #9C93B1;
}
.TagClassName
{
border-color: #9C93B1;
}
</style>