Shades of Cold Purple #928AB5
Tints of Cold Purple #928AB5
RGB
CMYK
RGB Variations
Color information
#928AB5 (or 0x928AB5) is known color: Cold Purple. HEX triplet: 92, 8A and B5. RGB value is (146,138,181). Sum of RGB (Red+Green+Blue) = 146+138+181=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #928AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AB5 is #6D754A. Grayscale: #919191. Windows color (decimal): -7173451 or 11897490. OLE color: 11897490.
HSL color Cylindrical-coordinate representation of color #928AB5: hue angle of 251.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #928AB5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 138 | 181 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.29 |
| HSL | 251.16º | 0.23% | 0.63% | - |
| HSV(B) | 251.16º | 0.24% | 0.71% | - |
| XYZ | 29.28 | 27.62 | 47.5 | - |
| YUV | 145.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 181 | 0.19 | 0.24 | 0 | 0.29 | 251.16 | 0.23 | 0.63 |
| Hex | 92 | 8A | B5 | 13 | 18 | 0 | 1D | FB | 17 | 3F |
| Octal | 222 | 212 | 265 | 23 | 30 | 0 | 35 | 373 | 27 | 77 |
| Binary | 10010010 | 10001010 | 10110101 | 10011 | 11000 | 0 | 11101 | 11111011 | 10111 | 111111 |
Color Harmonies of #928AB5
Complementary color
Monochromatic Colors of #928AB5
Black with #928AB5
Text Example
Text Example
White with #928AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AB5; }
p { color: rgb(146,138,181); }
H1.HeaderClassName
{
color: #928AB5;
}
.AnyTagClassName
{
color: #928AB5;
}
</style>
background-color css
<style>
a { background-color: #928AB5; }
a { background-color: rgb(146,138,181); }
div.DivClassName
{
background-color: #928AB5;
}
.BgClassName
{
background-color: #928AB5;
}
</style>
border-color css
<style>
span { border-color: #928AB5; }
span { border-color: rgb(146,138,181); }
td.TdClassName
{
border-color: #928AB5;
}
.TagClassName
{
border-color: #928AB5;
}
</style>