Shades of Cold Purple #9B8DAF
Tints of Cold Purple #9B8DAF
RGB
CMYK
RGB Variations
Color information
#9B8DAF (or 0x9B8DAF) is known color: Cold Purple. HEX triplet: 9B, 8D and AF. RGB value is (155,141,175). Sum of RGB (Red+Green+Blue) = 155+141+175=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8DAF is #647250. Grayscale: #949494. Windows color (decimal): -6582865 or 11505051. OLE color: 11505051.
HSL color Cylindrical-coordinate representation of color #9B8DAF: hue angle of 264.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B8DAF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 141 | 175 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.31 |
| HSL | 264.71º | 0.18% | 0.62% | - |
| HSV(B) | 264.71º | 0.19% | 0.69% | - |
| XYZ | 30.78 | 29.11 | 44.55 | - |
| YUV | 149.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 175 | 0.11 | 0.19 | 0 | 0.31 | 264.71 | 0.18 | 0.62 |
| Hex | 9B | 8D | AF | B | 13 | 0 | 1F | 109 | 12 | 3E |
| Octal | 233 | 215 | 257 | 13 | 23 | 0 | 37 | 411 | 22 | 76 |
| Binary | 10011011 | 10001101 | 10101111 | 1011 | 10011 | 0 | 11111 | 100001001 | 10010 | 111110 |
Color Harmonies of #9B8DAF
Complementary color
Monochromatic Colors of #9B8DAF
Black with #9B8DAF
Text Example
Text Example
White with #9B8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8DAF; }
p { color: rgb(155,141,175); }
H1.HeaderClassName
{
color: #9B8DAF;
}
.AnyTagClassName
{
color: #9B8DAF;
}
</style>
background-color css
<style>
a { background-color: #9B8DAF; }
a { background-color: rgb(155,141,175); }
div.DivClassName
{
background-color: #9B8DAF;
}
.BgClassName
{
background-color: #9B8DAF;
}
</style>
border-color css
<style>
span { border-color: #9B8DAF; }
span { border-color: rgb(155,141,175); }
td.TdClassName
{
border-color: #9B8DAF;
}
.TagClassName
{
border-color: #9B8DAF;
}
</style>