Shades of Cold Purple #9B8DC3
Tints of Cold Purple #9B8DC3
RGB
CMYK
RGB Variations
Color information
#9B8DC3 (or 0x9B8DC3) is known color: Cold Purple. HEX triplet: 9B, 8D and C3. RGB value is (155,141,195). Sum of RGB (Red+Green+Blue) = 155+141+195=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B8DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8DC3 is #64723C. Grayscale: #979797. Windows color (decimal): -6582845 or 12815771. OLE color: 12815771.
HSL color Cylindrical-coordinate representation of color #9B8DC3: hue angle of 255.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8DC3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 141 | 195 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.24 |
| HSL | 255.56º | 0.31% | 0.66% | - |
| HSV(B) | 255.56º | 0.28% | 0.76% | - |
| XYZ | 32.89 | 29.96 | 55.68 | - |
| YUV | 151.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 195 | 0.21 | 0.28 | 0 | 0.24 | 255.56 | 0.31 | 0.66 |
| Hex | 9B | 8D | C3 | 15 | 1C | 0 | 18 | 100 | 1F | 42 |
| Octal | 233 | 215 | 303 | 25 | 34 | 0 | 30 | 400 | 37 | 102 |
| Binary | 10011011 | 10001101 | 11000011 | 10101 | 11100 | 0 | 11000 | 100000000 | 11111 | 1000010 |
Color Harmonies of #9B8DC3
Complementary color
Monochromatic Colors of #9B8DC3
Black with #9B8DC3
Text Example
Text Example
White with #9B8DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8DC3; }
p { color: rgb(155,141,195); }
H1.HeaderClassName
{
color: #9B8DC3;
}
.AnyTagClassName
{
color: #9B8DC3;
}
</style>
background-color css
<style>
a { background-color: #9B8DC3; }
a { background-color: rgb(155,141,195); }
div.DivClassName
{
background-color: #9B8DC3;
}
.BgClassName
{
background-color: #9B8DC3;
}
</style>
border-color css
<style>
span { border-color: #9B8DC3; }
span { border-color: rgb(155,141,195); }
td.TdClassName
{
border-color: #9B8DC3;
}
.TagClassName
{
border-color: #9B8DC3;
}
</style>