Shades of Cold Purple #9C8BD3
Tints of Cold Purple #9C8BD3
RGB
CMYK
RGB Variations
Color information
#9C8BD3 (or 0x9C8BD3) is known color: Cold Purple. HEX triplet: 9C, 8B and D3. RGB value is (156,139,211). Sum of RGB (Red+Green+Blue) = 156+139+211=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C8BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BD3 is #63742C. Grayscale: #989898. Windows color (decimal): -6517805 or 13863836. OLE color: 13863836.
HSL color Cylindrical-coordinate representation of color #9C8BD3: hue angle of 254.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C8BD3 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 139 | 211 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.17 |
| HSL | 254.17º | 0.45% | 0.69% | - |
| HSV(B) | 254.17º | 0.34% | 0.83% | - |
| XYZ | 34.7 | 30.24 | 65.64 | - |
| YUV | 152.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 211 | 0.26 | 0.34 | 0 | 0.17 | 254.17 | 0.45 | 0.69 |
| Hex | 9C | 8B | D3 | 1A | 22 | 0 | 11 | FE | 2D | 45 |
| Octal | 234 | 213 | 323 | 32 | 42 | 0 | 21 | 376 | 55 | 105 |
| Binary | 10011100 | 10001011 | 11010011 | 11010 | 100010 | 0 | 10001 | 11111110 | 101101 | 1000101 |
Color Harmonies of #9C8BD3
Complementary color
Monochromatic Colors of #9C8BD3
Black with #9C8BD3
Text Example
Text Example
White with #9C8BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BD3; }
p { color: rgb(156,139,211); }
H1.HeaderClassName
{
color: #9C8BD3;
}
.AnyTagClassName
{
color: #9C8BD3;
}
</style>
background-color css
<style>
a { background-color: #9C8BD3; }
a { background-color: rgb(156,139,211); }
div.DivClassName
{
background-color: #9C8BD3;
}
.BgClassName
{
background-color: #9C8BD3;
}
</style>
border-color css
<style>
span { border-color: #9C8BD3; }
span { border-color: rgb(156,139,211); }
td.TdClassName
{
border-color: #9C8BD3;
}
.TagClassName
{
border-color: #9C8BD3;
}
</style>