Shades of Cold Purple #9A80BD
Tints of Cold Purple #9A80BD
RGB
CMYK
RGB Variations
Color information
#9A80BD (or 0x9A80BD) is known color: Cold Purple. HEX triplet: 9A, 80 and BD. RGB value is (154,128,189). Sum of RGB (Red+Green+Blue) = 154+128+189=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80BD is #657F42. Grayscale: #8E8E8E. Windows color (decimal): -6651715 or 12419226. OLE color: 12419226.
HSL color Cylindrical-coordinate representation of color #9A80BD: hue angle of 265.57º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A80BD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 128 | 189 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.26 |
| HSL | 265.57º | 0.32% | 0.62% | - |
| HSV(B) | 265.57º | 0.32% | 0.74% | - |
| XYZ | 30.23 | 25.98 | 51.57 | - |
| YUV | 142.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 189 | 0.19 | 0.32 | 0 | 0.26 | 265.57 | 0.32 | 0.62 |
| Hex | 9A | 80 | BD | 13 | 20 | 0 | 1A | 10A | 20 | 3E |
| Octal | 232 | 200 | 275 | 23 | 40 | 0 | 32 | 412 | 40 | 76 |
| Binary | 10011010 | 10000000 | 10111101 | 10011 | 100000 | 0 | 11010 | 100001010 | 100000 | 111110 |
Color Harmonies of #9A80BD
Complementary color
Monochromatic Colors of #9A80BD
Black with #9A80BD
Text Example
Text Example
White with #9A80BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A80BD; }
p { color: rgb(154,128,189); }
H1.HeaderClassName
{
color: #9A80BD;
}
.AnyTagClassName
{
color: #9A80BD;
}
</style>
background-color css
<style>
a { background-color: #9A80BD; }
a { background-color: rgb(154,128,189); }
div.DivClassName
{
background-color: #9A80BD;
}
.BgClassName
{
background-color: #9A80BD;
}
</style>
border-color css
<style>
span { border-color: #9A80BD; }
span { border-color: rgb(154,128,189); }
td.TdClassName
{
border-color: #9A80BD;
}
.TagClassName
{
border-color: #9A80BD;
}
</style>