Shades of Cold Purple #9980BD
Tints of Cold Purple #9980BD
RGB
CMYK
RGB Variations
Color information
#9980BD (or 0x9980BD) is known color: Cold Purple. HEX triplet: 99, 80 and BD. RGB value is (153,128,189). Sum of RGB (Red+Green+Blue) = 153+128+189=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9980BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980BD is #667F42. Grayscale: #8E8E8E. Windows color (decimal): -6717251 or 12419225. OLE color: 12419225.
HSL color Cylindrical-coordinate representation of color #9980BD: hue angle of 264.59º 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 #9980BD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 128 | 189 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.26 |
| HSL | 264.59º | 0.32% | 0.62% | - |
| HSV(B) | 264.59º | 0.32% | 0.74% | - |
| XYZ | 30.04 | 25.88 | 51.56 | - |
| YUV | 142.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 189 | 0.19 | 0.32 | 0 | 0.26 | 264.59 | 0.32 | 0.62 |
| Hex | 99 | 80 | BD | 13 | 20 | 0 | 1A | 109 | 20 | 3E |
| Octal | 231 | 200 | 275 | 23 | 40 | 0 | 32 | 411 | 40 | 76 |
| Binary | 10011001 | 10000000 | 10111101 | 10011 | 100000 | 0 | 11010 | 100001001 | 100000 | 111110 |
Color Harmonies of #9980BD
Complementary color
Monochromatic Colors of #9980BD
Black with #9980BD
Text Example
Text Example
White with #9980BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980BD; }
p { color: rgb(153,128,189); }
H1.HeaderClassName
{
color: #9980BD;
}
.AnyTagClassName
{
color: #9980BD;
}
</style>
background-color css
<style>
a { background-color: #9980BD; }
a { background-color: rgb(153,128,189); }
div.DivClassName
{
background-color: #9980BD;
}
.BgClassName
{
background-color: #9980BD;
}
</style>
border-color css
<style>
span { border-color: #9980BD; }
span { border-color: rgb(153,128,189); }
td.TdClassName
{
border-color: #9980BD;
}
.TagClassName
{
border-color: #9980BD;
}
</style>