Shades of Cold Purple #928AB6
Tints of Cold Purple #928AB6
RGB
CMYK
RGB Variations
Color information
#928AB6 (or 0x928AB6) is known color: Cold Purple. HEX triplet: 92, 8A and B6. RGB value is (146,138,182). Sum of RGB (Red+Green+Blue) = 146+138+182=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #928AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AB6 is #6D7549. Grayscale: #919191. Windows color (decimal): -7173450 or 11963026. OLE color: 11963026.
HSL color Cylindrical-coordinate representation of color #928AB6: hue angle of 250.91º 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 #928AB6 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 138 | 182 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.29 |
| HSL | 250.91º | 0.23% | 0.63% | - |
| HSV(B) | 250.91º | 0.24% | 0.71% | - |
| XYZ | 29.39 | 27.67 | 48.05 | - |
| YUV | 145.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 182 | 0.20 | 0.24 | 0 | 0.29 | 250.91 | 0.23 | 0.63 |
| Hex | 92 | 8A | B6 | 14 | 18 | 0 | 1D | FB | 17 | 3F |
| Octal | 222 | 212 | 266 | 24 | 30 | 0 | 35 | 373 | 27 | 77 |
| Binary | 10010010 | 10001010 | 10110110 | 10100 | 11000 | 0 | 11101 | 11111011 | 10111 | 111111 |
Color Harmonies of #928AB6
Complementary color
Monochromatic Colors of #928AB6
Black with #928AB6
Text Example
Text Example
White with #928AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AB6; }
p { color: rgb(146,138,182); }
H1.HeaderClassName
{
color: #928AB6;
}
.AnyTagClassName
{
color: #928AB6;
}
</style>
background-color css
<style>
a { background-color: #928AB6; }
a { background-color: rgb(146,138,182); }
div.DivClassName
{
background-color: #928AB6;
}
.BgClassName
{
background-color: #928AB6;
}
</style>
border-color css
<style>
span { border-color: #928AB6; }
span { border-color: rgb(146,138,182); }
td.TdClassName
{
border-color: #928AB6;
}
.TagClassName
{
border-color: #928AB6;
}
</style>