Shades of Cold Purple #958AAF
Tints of Cold Purple #958AAF
RGB
CMYK
RGB Variations
Color information
#958AAF (or 0x958AAF) is known color: Cold Purple. HEX triplet: 95, 8A and AF. RGB value is (149,138,175). Sum of RGB (Red+Green+Blue) = 149+138+175=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #958AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958AAF is #6A7550. Grayscale: #919191. Windows color (decimal): -6976849 or 11504277. OLE color: 11504277.
HSL color Cylindrical-coordinate representation of color #958AAF: hue angle of 257.84º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958AAF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 138 | 175 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.31 |
| HSL | 257.84º | 0.19% | 0.61% | - |
| HSV(B) | 257.84º | 0.21% | 0.69% | - |
| XYZ | 29.22 | 27.66 | 44.36 | - |
| YUV | 145.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 175 | 0.15 | 0.21 | 0 | 0.31 | 257.84 | 0.19 | 0.61 |
| Hex | 95 | 8A | AF | F | 15 | 0 | 1F | 102 | 13 | 3D |
| Octal | 225 | 212 | 257 | 17 | 25 | 0 | 37 | 402 | 23 | 75 |
| Binary | 10010101 | 10001010 | 10101111 | 1111 | 10101 | 0 | 11111 | 100000010 | 10011 | 111101 |
Color Harmonies of #958AAF
Complementary color
Monochromatic Colors of #958AAF
Black with #958AAF
Text Example
Text Example
White with #958AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958AAF; }
p { color: rgb(149,138,175); }
H1.HeaderClassName
{
color: #958AAF;
}
.AnyTagClassName
{
color: #958AAF;
}
</style>
background-color css
<style>
a { background-color: #958AAF; }
a { background-color: rgb(149,138,175); }
div.DivClassName
{
background-color: #958AAF;
}
.BgClassName
{
background-color: #958AAF;
}
</style>
border-color css
<style>
span { border-color: #958AAF; }
span { border-color: rgb(149,138,175); }
td.TdClassName
{
border-color: #958AAF;
}
.TagClassName
{
border-color: #958AAF;
}
</style>