Shades of Cold Purple #9A80CF
Tints of Cold Purple #9A80CF
RGB
CMYK
RGB Variations
Color information
#9A80CF (or 0x9A80CF) is known color: Cold Purple. HEX triplet: 9A, 80 and CF. RGB value is (154,128,207). Sum of RGB (Red+Green+Blue) = 154+128+207=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A80CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80CF is #657F30. Grayscale: #909090. Windows color (decimal): -6651697 or 13598874. OLE color: 13598874.
HSL color Cylindrical-coordinate representation of color #9A80CF: hue angle of 259.75º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A80CF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 128 | 207 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.19 |
| HSL | 259.75º | 0.45% | 0.66% | - |
| HSV(B) | 259.75º | 0.38% | 0.81% | - |
| XYZ | 32.31 | 26.81 | 62.5 | - |
| YUV | 144.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 207 | 0.26 | 0.38 | 0 | 0.19 | 259.75 | 0.45 | 0.66 |
| Hex | 9A | 80 | CF | 1A | 26 | 0 | 13 | 104 | 2D | 42 |
| Octal | 232 | 200 | 317 | 32 | 46 | 0 | 23 | 404 | 55 | 102 |
| Binary | 10011010 | 10000000 | 11001111 | 11010 | 100110 | 0 | 10011 | 100000100 | 101101 | 1000010 |
Color Harmonies of #9A80CF
Complementary color
Monochromatic Colors of #9A80CF
Black with #9A80CF
Text Example
Text Example
White with #9A80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A80CF; }
p { color: rgb(154,128,207); }
H1.HeaderClassName
{
color: #9A80CF;
}
.AnyTagClassName
{
color: #9A80CF;
}
</style>
background-color css
<style>
a { background-color: #9A80CF; }
a { background-color: rgb(154,128,207); }
div.DivClassName
{
background-color: #9A80CF;
}
.BgClassName
{
background-color: #9A80CF;
}
</style>
border-color css
<style>
span { border-color: #9A80CF; }
span { border-color: rgb(154,128,207); }
td.TdClassName
{
border-color: #9A80CF;
}
.TagClassName
{
border-color: #9A80CF;
}
</style>