Shades of Cold Purple #9B8AB0
Tints of Cold Purple #9B8AB0
RGB
CMYK
RGB Variations
Color information
#9B8AB0 (or 0x9B8AB0) is known color: Cold Purple. HEX triplet: 9B, 8A and B0. RGB value is (155,138,176). Sum of RGB (Red+Green+Blue) = 155+138+176=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #9B8AB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8AB0 is #64754F. Grayscale: #939393. Windows color (decimal): -6583632 or 11569819. OLE color: 11569819.
HSL color Cylindrical-coordinate representation of color #9B8AB0: hue angle of 266.84º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B8AB0 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 138 | 176 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.31 |
| HSL | 266.84º | 0.19% | 0.62% | - |
| HSV(B) | 266.84º | 0.22% | 0.69% | - |
| XYZ | 30.44 | 28.28 | 44.93 | - |
| YUV | 147.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 176 | 0.12 | 0.22 | 0 | 0.31 | 266.84 | 0.19 | 0.62 |
| Hex | 9B | 8A | B0 | C | 16 | 0 | 1F | 10B | 13 | 3E |
| Octal | 233 | 212 | 260 | 14 | 26 | 0 | 37 | 413 | 23 | 76 |
| Binary | 10011011 | 10001010 | 10110000 | 1100 | 10110 | 0 | 11111 | 100001011 | 10011 | 111110 |
Color Harmonies of #9B8AB0
Complementary color
Monochromatic Colors of #9B8AB0
Black with #9B8AB0
Text Example
Text Example
White with #9B8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8AB0; }
p { color: rgb(155,138,176); }
H1.HeaderClassName
{
color: #9B8AB0;
}
.AnyTagClassName
{
color: #9B8AB0;
}
</style>
background-color css
<style>
a { background-color: #9B8AB0; }
a { background-color: rgb(155,138,176); }
div.DivClassName
{
background-color: #9B8AB0;
}
.BgClassName
{
background-color: #9B8AB0;
}
</style>
border-color css
<style>
span { border-color: #9B8AB0; }
span { border-color: rgb(155,138,176); }
td.TdClassName
{
border-color: #9B8AB0;
}
.TagClassName
{
border-color: #9B8AB0;
}
</style>