Shades of Cold Purple #9A83CC
Tints of Cold Purple #9A83CC
RGB
CMYK
RGB Variations
Color information
#9A83CC (or 0x9A83CC) is known color: Cold Purple. HEX triplet: 9A, 83 and CC. RGB value is (154,131,204). Sum of RGB (Red+Green+Blue) = 154+131+204=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A83CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83CC is #657C33. Grayscale: #919191. Windows color (decimal): -6650932 or 13403034. OLE color: 13403034.
HSL color Cylindrical-coordinate representation of color #9A83CC: hue angle of 258.9º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A83CC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 131 | 204 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.2 |
| HSL | 258.9º | 0.42% | 0.66% | - |
| HSV(B) | 258.9º | 0.36% | 0.8% | - |
| XYZ | 32.34 | 27.46 | 60.72 | - |
| YUV | 146.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 204 | 0.25 | 0.36 | 0 | 0.2 | 258.9 | 0.42 | 0.66 |
| Hex | 9A | 83 | CC | 19 | 24 | 0 | 14 | 103 | 2A | 42 |
| Octal | 232 | 203 | 314 | 31 | 44 | 0 | 24 | 403 | 52 | 102 |
| Binary | 10011010 | 10000011 | 11001100 | 11001 | 100100 | 0 | 10100 | 100000011 | 101010 | 1000010 |
Color Harmonies of #9A83CC
Complementary color
Monochromatic Colors of #9A83CC
Black with #9A83CC
Text Example
Text Example
White with #9A83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83CC; }
p { color: rgb(154,131,204); }
H1.HeaderClassName
{
color: #9A83CC;
}
.AnyTagClassName
{
color: #9A83CC;
}
</style>
background-color css
<style>
a { background-color: #9A83CC; }
a { background-color: rgb(154,131,204); }
div.DivClassName
{
background-color: #9A83CC;
}
.BgClassName
{
background-color: #9A83CC;
}
</style>
border-color css
<style>
span { border-color: #9A83CC; }
span { border-color: rgb(154,131,204); }
td.TdClassName
{
border-color: #9A83CC;
}
.TagClassName
{
border-color: #9A83CC;
}
</style>