Shades of Cold Purple #9B8CBC
Tints of Cold Purple #9B8CBC
RGB
CMYK
RGB Variations
Color information
#9B8CBC (or 0x9B8CBC) is known color: Cold Purple. HEX triplet: 9B, 8C and BC. RGB value is (155,140,188). Sum of RGB (Red+Green+Blue) = 155+140+188=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CBC is #647343. Grayscale: #959595. Windows color (decimal): -6583108 or 12356763. OLE color: 12356763.
HSL color Cylindrical-coordinate representation of color #9B8CBC: hue angle of 258.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B8CBC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 140 | 188 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.26 |
| HSL | 258.75º | 0.26% | 0.64% | - |
| HSV(B) | 258.75º | 0.26% | 0.74% | - |
| XYZ | 31.97 | 29.36 | 51.56 | - |
| YUV | 149.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 188 | 0.18 | 0.26 | 0 | 0.26 | 258.75 | 0.26 | 0.64 |
| Hex | 9B | 8C | BC | 12 | 1A | 0 | 1A | 103 | 1A | 40 |
| Octal | 233 | 214 | 274 | 22 | 32 | 0 | 32 | 403 | 32 | 100 |
| Binary | 10011011 | 10001100 | 10111100 | 10010 | 11010 | 0 | 11010 | 100000011 | 11010 | 1000000 |
Color Harmonies of #9B8CBC
Complementary color
Monochromatic Colors of #9B8CBC
Black with #9B8CBC
Text Example
Text Example
White with #9B8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8CBC; }
p { color: rgb(155,140,188); }
H1.HeaderClassName
{
color: #9B8CBC;
}
.AnyTagClassName
{
color: #9B8CBC;
}
</style>
background-color css
<style>
a { background-color: #9B8CBC; }
a { background-color: rgb(155,140,188); }
div.DivClassName
{
background-color: #9B8CBC;
}
.BgClassName
{
background-color: #9B8CBC;
}
</style>
border-color css
<style>
span { border-color: #9B8CBC; }
span { border-color: rgb(155,140,188); }
td.TdClassName
{
border-color: #9B8CBC;
}
.TagClassName
{
border-color: #9B8CBC;
}
</style>