Shades of Cold Purple #9B8FAB
Tints of Cold Purple #9B8FAB
RGB
CMYK
RGB Variations
Color information
#9B8FAB (or 0x9B8FAB) is known color: Cold Purple. HEX triplet: 9B, 8F and AB. RGB value is (155,143,171). Sum of RGB (Red+Green+Blue) = 155+143+171=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8FAB is #647054. Grayscale: #959595. Windows color (decimal): -6582357 or 11243419. OLE color: 11243419.
HSL color Cylindrical-coordinate representation of color #9B8FAB: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B8FAB is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 143 | 171 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.33 |
| HSL | 265.71º | 0.14% | 0.62% | - |
| HSV(B) | 265.71º | 0.16% | 0.67% | - |
| XYZ | 30.69 | 29.55 | 42.61 | - |
| YUV | 149.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 171 | 0.09 | 0.16 | 0 | 0.33 | 265.71 | 0.14 | 0.62 |
| Hex | 9B | 8F | AB | 9 | 10 | 0 | 21 | 10A | E | 3E |
| Octal | 233 | 217 | 253 | 11 | 20 | 0 | 41 | 412 | 16 | 76 |
| Binary | 10011011 | 10001111 | 10101011 | 1001 | 10000 | 0 | 100001 | 100001010 | 1110 | 111110 |
Color Harmonies of #9B8FAB
Complementary color
Monochromatic Colors of #9B8FAB
Black with #9B8FAB
Text Example
Text Example
White with #9B8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FAB; }
p { color: rgb(155,143,171); }
H1.HeaderClassName
{
color: #9B8FAB;
}
.AnyTagClassName
{
color: #9B8FAB;
}
</style>
background-color css
<style>
a { background-color: #9B8FAB; }
a { background-color: rgb(155,143,171); }
div.DivClassName
{
background-color: #9B8FAB;
}
.BgClassName
{
background-color: #9B8FAB;
}
</style>
border-color css
<style>
span { border-color: #9B8FAB; }
span { border-color: rgb(155,143,171); }
td.TdClassName
{
border-color: #9B8FAB;
}
.TagClassName
{
border-color: #9B8FAB;
}
</style>