Shades of Cold Purple #9B8ABD
Tints of Cold Purple #9B8ABD
RGB
CMYK
RGB Variations
Color information
#9B8ABD (or 0x9B8ABD) is known color: Cold Purple. HEX triplet: 9B, 8A and BD. RGB value is (155,138,189). Sum of RGB (Red+Green+Blue) = 155+138+189=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B8ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ABD is #647542. Grayscale: #949494. Windows color (decimal): -6583619 or 12421787. OLE color: 12421787.
HSL color Cylindrical-coordinate representation of color #9B8ABD: hue angle of 260º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B8ABD is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 138 | 189 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.26 |
| HSL | 260º | 0.28% | 0.64% | - |
| HSV(B) | 260º | 0.27% | 0.74% | - |
| XYZ | 31.79 | 28.82 | 52.03 | - |
| YUV | 148.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 189 | 0.18 | 0.27 | 0 | 0.26 | 260 | 0.28 | 0.64 |
| Hex | 9B | 8A | BD | 12 | 1B | 0 | 1A | 104 | 1C | 40 |
| Octal | 233 | 212 | 275 | 22 | 33 | 0 | 32 | 404 | 34 | 100 |
| Binary | 10011011 | 10001010 | 10111101 | 10010 | 11011 | 0 | 11010 | 100000100 | 11100 | 1000000 |
Color Harmonies of #9B8ABD
Complementary color
Monochromatic Colors of #9B8ABD
Black with #9B8ABD
Text Example
Text Example
White with #9B8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8ABD; }
p { color: rgb(155,138,189); }
H1.HeaderClassName
{
color: #9B8ABD;
}
.AnyTagClassName
{
color: #9B8ABD;
}
</style>
background-color css
<style>
a { background-color: #9B8ABD; }
a { background-color: rgb(155,138,189); }
div.DivClassName
{
background-color: #9B8ABD;
}
.BgClassName
{
background-color: #9B8ABD;
}
</style>
border-color css
<style>
span { border-color: #9B8ABD; }
span { border-color: rgb(155,138,189); }
td.TdClassName
{
border-color: #9B8ABD;
}
.TagClassName
{
border-color: #9B8ABD;
}
</style>