Shades of Cold Purple #9C93B4
Tints of Cold Purple #9C93B4
RGB
CMYK
RGB Variations
Color information
#9C93B4 (or 0x9C93B4) is known color: Cold Purple. HEX triplet: 9C, 93 and B4. RGB value is (156,147,180). Sum of RGB (Red+Green+Blue) = 156+147+180=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C93B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93B4 is #636C4B. Grayscale: #999999. Windows color (decimal): -6515788 or 11834268. OLE color: 11834268.
HSL color Cylindrical-coordinate representation of color #9C93B4: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C93B4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 147 | 180 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.29 |
| HSL | 256.36º | 0.18% | 0.64% | - |
| HSV(B) | 256.36º | 0.18% | 0.71% | - |
| XYZ | 32.38 | 31.23 | 47.5 | - |
| YUV | 153.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 180 | 0.13 | 0.18 | 0 | 0.29 | 256.36 | 0.18 | 0.64 |
| Hex | 9C | 93 | B4 | D | 12 | 0 | 1D | 100 | 12 | 40 |
| Octal | 234 | 223 | 264 | 15 | 22 | 0 | 35 | 400 | 22 | 100 |
| Binary | 10011100 | 10010011 | 10110100 | 1101 | 10010 | 0 | 11101 | 100000000 | 10010 | 1000000 |
Color Harmonies of #9C93B4
Complementary color
Monochromatic Colors of #9C93B4
Black with #9C93B4
Text Example
Text Example
White with #9C93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93B4; }
p { color: rgb(156,147,180); }
H1.HeaderClassName
{
color: #9C93B4;
}
.AnyTagClassName
{
color: #9C93B4;
}
</style>
background-color css
<style>
a { background-color: #9C93B4; }
a { background-color: rgb(156,147,180); }
div.DivClassName
{
background-color: #9C93B4;
}
.BgClassName
{
background-color: #9C93B4;
}
</style>
border-color css
<style>
span { border-color: #9C93B4; }
span { border-color: rgb(156,147,180); }
td.TdClassName
{
border-color: #9C93B4;
}
.TagClassName
{
border-color: #9C93B4;
}
</style>