Shades of Cold Purple #9C93B9
Tints of Cold Purple #9C93B9
RGB
CMYK
RGB Variations
Color information
#9C93B9 (or 0x9C93B9) is known color: Cold Purple. HEX triplet: 9C, 93 and B9. RGB value is (156,147,185). Sum of RGB (Red+Green+Blue) = 156+147+185=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C93B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93B9 is #636C46. Grayscale: #999999. Windows color (decimal): -6515783 or 12161948. OLE color: 12161948.
HSL color Cylindrical-coordinate representation of color #9C93B9: hue angle of 254.21º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C93B9 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 147 | 185 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.27 |
| HSL | 254.21º | 0.21% | 0.65% | - |
| HSV(B) | 254.21º | 0.21% | 0.73% | - |
| XYZ | 32.9 | 31.44 | 50.23 | - |
| YUV | 154.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 185 | 0.16 | 0.21 | 0 | 0.27 | 254.21 | 0.21 | 0.65 |
| Hex | 9C | 93 | B9 | 10 | 15 | 0 | 1B | FE | 15 | 41 |
| Octal | 234 | 223 | 271 | 20 | 25 | 0 | 33 | 376 | 25 | 101 |
| Binary | 10011100 | 10010011 | 10111001 | 10000 | 10101 | 0 | 11011 | 11111110 | 10101 | 1000001 |
Color Harmonies of #9C93B9
Complementary color
Monochromatic Colors of #9C93B9
Black with #9C93B9
Text Example
Text Example
White with #9C93B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93B9; }
p { color: rgb(156,147,185); }
H1.HeaderClassName
{
color: #9C93B9;
}
.AnyTagClassName
{
color: #9C93B9;
}
</style>
background-color css
<style>
a { background-color: #9C93B9; }
a { background-color: rgb(156,147,185); }
div.DivClassName
{
background-color: #9C93B9;
}
.BgClassName
{
background-color: #9C93B9;
}
</style>
border-color css
<style>
span { border-color: #9C93B9; }
span { border-color: rgb(156,147,185); }
td.TdClassName
{
border-color: #9C93B9;
}
.TagClassName
{
border-color: #9C93B9;
}
</style>