Shades of Cold Purple #9488AC
Tints of Cold Purple #9488AC
RGB
CMYK
RGB Variations
Color information
#9488AC (or 0x9488AC) is known color: Cold Purple. HEX triplet: 94, 88 and AC. RGB value is (148,136,172). Sum of RGB (Red+Green+Blue) = 148+136+172=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #9488AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9488AC is #6B7753. Grayscale: #8F8F8F. Windows color (decimal): -7042900 or 11307156. OLE color: 11307156.
HSL color Cylindrical-coordinate representation of color #9488AC: hue angle of 260º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9488AC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 136 | 172 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.33 |
| HSL | 260º | 0.18% | 0.6% | - |
| HSV(B) | 260º | 0.21% | 0.67% | - |
| XYZ | 28.46 | 26.88 | 42.72 | - |
| YUV | 143.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 172 | 0.14 | 0.21 | 0 | 0.33 | 260 | 0.18 | 0.6 |
| Hex | 94 | 88 | AC | E | 15 | 0 | 21 | 104 | 12 | 3C |
| Octal | 224 | 210 | 254 | 16 | 25 | 0 | 41 | 404 | 22 | 74 |
| Binary | 10010100 | 10001000 | 10101100 | 1110 | 10101 | 0 | 100001 | 100000100 | 10010 | 111100 |
Color Harmonies of #9488AC
Complementary color
Monochromatic Colors of #9488AC
Black with #9488AC
Text Example
Text Example
White with #9488AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488AC; }
p { color: rgb(148,136,172); }
H1.HeaderClassName
{
color: #9488AC;
}
.AnyTagClassName
{
color: #9488AC;
}
</style>
background-color css
<style>
a { background-color: #9488AC; }
a { background-color: rgb(148,136,172); }
div.DivClassName
{
background-color: #9488AC;
}
.BgClassName
{
background-color: #9488AC;
}
</style>
border-color css
<style>
span { border-color: #9488AC; }
span { border-color: rgb(148,136,172); }
td.TdClassName
{
border-color: #9488AC;
}
.TagClassName
{
border-color: #9488AC;
}
</style>