Shades of Cold Purple #928AC2
Tints of Cold Purple #928AC2
RGB
CMYK
RGB Variations
Color information
#928AC2 (or 0x928AC2) is known color: Cold Purple. HEX triplet: 92, 8A and C2. RGB value is (146,138,194). Sum of RGB (Red+Green+Blue) = 146+138+194=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #928AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AC2 is #6D753D. Grayscale: #929292. Windows color (decimal): -7173438 or 12749458. OLE color: 12749458.
HSL color Cylindrical-coordinate representation of color #928AC2: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #928AC2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 138 | 194 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.24 |
| HSL | 248.57º | 0.31% | 0.65% | - |
| HSV(B) | 248.57º | 0.29% | 0.76% | - |
| XYZ | 30.68 | 28.18 | 54.86 | - |
| YUV | 146.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 194 | 0.25 | 0.29 | 0 | 0.24 | 248.57 | 0.31 | 0.65 |
| Hex | 92 | 8A | C2 | 19 | 1D | 0 | 18 | F9 | 1F | 41 |
| Octal | 222 | 212 | 302 | 31 | 35 | 0 | 30 | 371 | 37 | 101 |
| Binary | 10010010 | 10001010 | 11000010 | 11001 | 11101 | 0 | 11000 | 11111001 | 11111 | 1000001 |
Color Harmonies of #928AC2
Complementary color
Monochromatic Colors of #928AC2
Black with #928AC2
Text Example
Text Example
White with #928AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AC2; }
p { color: rgb(146,138,194); }
H1.HeaderClassName
{
color: #928AC2;
}
.AnyTagClassName
{
color: #928AC2;
}
</style>
background-color css
<style>
a { background-color: #928AC2; }
a { background-color: rgb(146,138,194); }
div.DivClassName
{
background-color: #928AC2;
}
.BgClassName
{
background-color: #928AC2;
}
</style>
border-color css
<style>
span { border-color: #928AC2; }
span { border-color: rgb(146,138,194); }
td.TdClassName
{
border-color: #928AC2;
}
.TagClassName
{
border-color: #928AC2;
}
</style>