Shades of Cold Purple #9A81BC
Tints of Cold Purple #9A81BC
RGB
CMYK
RGB Variations
Color information
#9A81BC (or 0x9A81BC) is known color: Cold Purple. HEX triplet: 9A, 81 and BC. RGB value is (154,129,188). Sum of RGB (Red+Green+Blue) = 154+129+188=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A81BC is #657E43. Grayscale: #8E8E8E. Windows color (decimal): -6651460 or 12353946. OLE color: 12353946.
HSL color Cylindrical-coordinate representation of color #9A81BC: hue angle of 265.42º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A81BC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 129 | 188 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.26 |
| HSL | 265.42º | 0.31% | 0.62% | - |
| HSV(B) | 265.42º | 0.31% | 0.74% | - |
| XYZ | 30.25 | 26.2 | 51.04 | - |
| YUV | 143.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 188 | 0.18 | 0.31 | 0 | 0.26 | 265.42 | 0.31 | 0.62 |
| Hex | 9A | 81 | BC | 12 | 1F | 0 | 1A | 109 | 1F | 3E |
| Octal | 232 | 201 | 274 | 22 | 37 | 0 | 32 | 411 | 37 | 76 |
| Binary | 10011010 | 10000001 | 10111100 | 10010 | 11111 | 0 | 11010 | 100001001 | 11111 | 111110 |
Color Harmonies of #9A81BC
Complementary color
Monochromatic Colors of #9A81BC
Black with #9A81BC
Text Example
Text Example
White with #9A81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81BC; }
p { color: rgb(154,129,188); }
H1.HeaderClassName
{
color: #9A81BC;
}
.AnyTagClassName
{
color: #9A81BC;
}
</style>
background-color css
<style>
a { background-color: #9A81BC; }
a { background-color: rgb(154,129,188); }
div.DivClassName
{
background-color: #9A81BC;
}
.BgClassName
{
background-color: #9A81BC;
}
</style>
border-color css
<style>
span { border-color: #9A81BC; }
span { border-color: rgb(154,129,188); }
td.TdClassName
{
border-color: #9A81BC;
}
.TagClassName
{
border-color: #9A81BC;
}
</style>