Shades of Cold Purple #9A87B3
Tints of Cold Purple #9A87B3
RGB
CMYK
RGB Variations
Color information
#9A87B3 (or 0x9A87B3) is known color: Cold Purple. HEX triplet: 9A, 87 and B3. RGB value is (154,135,179). Sum of RGB (Red+Green+Blue) = 154+135+179=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A87B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87B3 is #65784C. Grayscale: #919191. Windows color (decimal): -6649933 or 11765658. OLE color: 11765658.
HSL color Cylindrical-coordinate representation of color #9A87B3: hue angle of 265.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A87B3 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 135 | 179 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.30 |
| HSL | 265.91º | 0.22% | 0.62% | - |
| HSV(B) | 265.91º | 0.25% | 0.7% | - |
| XYZ | 30.13 | 27.45 | 46.36 | - |
| YUV | 145.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 179 | 0.14 | 0.25 | 0 | 0.30 | 265.91 | 0.22 | 0.62 |
| Hex | 9A | 87 | B3 | E | 19 | 0 | 1E | 10A | 16 | 3E |
| Octal | 232 | 207 | 263 | 16 | 31 | 0 | 36 | 412 | 26 | 76 |
| Binary | 10011010 | 10000111 | 10110011 | 1110 | 11001 | 0 | 11110 | 100001010 | 10110 | 111110 |
Color Harmonies of #9A87B3
Complementary color
Monochromatic Colors of #9A87B3
Black with #9A87B3
Text Example
Text Example
White with #9A87B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A87B3; }
p { color: rgb(154,135,179); }
H1.HeaderClassName
{
color: #9A87B3;
}
.AnyTagClassName
{
color: #9A87B3;
}
</style>
background-color css
<style>
a { background-color: #9A87B3; }
a { background-color: rgb(154,135,179); }
div.DivClassName
{
background-color: #9A87B3;
}
.BgClassName
{
background-color: #9A87B3;
}
</style>
border-color css
<style>
span { border-color: #9A87B3; }
span { border-color: rgb(154,135,179); }
td.TdClassName
{
border-color: #9A87B3;
}
.TagClassName
{
border-color: #9A87B3;
}
</style>