Shades of Cold Purple #9A83BD
Tints of Cold Purple #9A83BD
RGB
CMYK
RGB Variations
Color information
#9A83BD (or 0x9A83BD) is known color: Cold Purple. HEX triplet: 9A, 83 and BD. RGB value is (154,131,189). Sum of RGB (Red+Green+Blue) = 154+131+189=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A83BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83BD is #657C42. Grayscale: #909090. Windows color (decimal): -6650947 or 12419994. OLE color: 12419994.
HSL color Cylindrical-coordinate representation of color #9A83BD: hue angle of 263.79º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A83BD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 131 | 189 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.26 |
| HSL | 263.79º | 0.31% | 0.63% | - |
| HSV(B) | 263.79º | 0.31% | 0.74% | - |
| XYZ | 30.63 | 26.78 | 51.7 | - |
| YUV | 144.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 189 | 0.19 | 0.31 | 0 | 0.26 | 263.79 | 0.31 | 0.63 |
| Hex | 9A | 83 | BD | 13 | 1F | 0 | 1A | 108 | 1F | 3F |
| Octal | 232 | 203 | 275 | 23 | 37 | 0 | 32 | 410 | 37 | 77 |
| Binary | 10011010 | 10000011 | 10111101 | 10011 | 11111 | 0 | 11010 | 100001000 | 11111 | 111111 |
Color Harmonies of #9A83BD
Complementary color
Monochromatic Colors of #9A83BD
Black with #9A83BD
Text Example
Text Example
White with #9A83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83BD; }
p { color: rgb(154,131,189); }
H1.HeaderClassName
{
color: #9A83BD;
}
.AnyTagClassName
{
color: #9A83BD;
}
</style>
background-color css
<style>
a { background-color: #9A83BD; }
a { background-color: rgb(154,131,189); }
div.DivClassName
{
background-color: #9A83BD;
}
.BgClassName
{
background-color: #9A83BD;
}
</style>
border-color css
<style>
span { border-color: #9A83BD; }
span { border-color: rgb(154,131,189); }
td.TdClassName
{
border-color: #9A83BD;
}
.TagClassName
{
border-color: #9A83BD;
}
</style>