Shades of Cold Purple #9B8BCB
Tints of Cold Purple #9B8BCB
RGB
CMYK
RGB Variations
Color information
#9B8BCB (or 0x9B8BCB) is known color: Cold Purple. HEX triplet: 9B, 8B and CB. RGB value is (155,139,203). Sum of RGB (Red+Green+Blue) = 155+139+203=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BCB is #647434. Grayscale: #969696. Windows color (decimal): -6583349 or 13339547. OLE color: 13339547.
HSL color Cylindrical-coordinate representation of color #9B8BCB: hue angle of 255º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B8BCB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 139 | 203 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.20 |
| HSL | 255º | 0.38% | 0.67% | - |
| HSV(B) | 255º | 0.32% | 0.8% | - |
| XYZ | 33.53 | 29.75 | 60.47 | - |
| YUV | 151.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 203 | 0.24 | 0.32 | 0 | 0.20 | 255 | 0.38 | 0.67 |
| Hex | 9B | 8B | CB | 18 | 20 | 0 | 14 | FF | 26 | 43 |
| Octal | 233 | 213 | 313 | 30 | 40 | 0 | 24 | 377 | 46 | 103 |
| Binary | 10011011 | 10001011 | 11001011 | 11000 | 100000 | 0 | 10100 | 11111111 | 100110 | 1000011 |
Color Harmonies of #9B8BCB
Complementary color
Monochromatic Colors of #9B8BCB
Black with #9B8BCB
Text Example
Text Example
White with #9B8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8BCB; }
p { color: rgb(155,139,203); }
H1.HeaderClassName
{
color: #9B8BCB;
}
.AnyTagClassName
{
color: #9B8BCB;
}
</style>
background-color css
<style>
a { background-color: #9B8BCB; }
a { background-color: rgb(155,139,203); }
div.DivClassName
{
background-color: #9B8BCB;
}
.BgClassName
{
background-color: #9B8BCB;
}
</style>
border-color css
<style>
span { border-color: #9B8BCB; }
span { border-color: rgb(155,139,203); }
td.TdClassName
{
border-color: #9B8BCB;
}
.TagClassName
{
border-color: #9B8BCB;
}
</style>