Shades of Cold Purple #938AB2
Tints of Cold Purple #938AB2
RGB
CMYK
RGB Variations
Color information
#938AB2 (or 0x938AB2) is known color: Cold Purple. HEX triplet: 93, 8A and B2. RGB value is (147,138,178). Sum of RGB (Red+Green+Blue) = 147+138+178=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 178 - color contains mainly: blue. Hex color #938AB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938AB2 is #6C754D. Grayscale: #919191. Windows color (decimal): -7107918 or 11700883. OLE color: 11700883.
HSL color Cylindrical-coordinate representation of color #938AB2: hue angle of 253.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938AB2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 138 | 178 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.30 |
| HSL | 253.5º | 0.21% | 0.62% | - |
| HSV(B) | 253.5º | 0.22% | 0.7% | - |
| XYZ | 29.16 | 27.59 | 45.91 | - |
| YUV | 145.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 178 | 0.17 | 0.22 | 0 | 0.30 | 253.5 | 0.21 | 0.62 |
| Hex | 93 | 8A | B2 | 11 | 16 | 0 | 1E | FE | 15 | 3E |
| Octal | 223 | 212 | 262 | 21 | 26 | 0 | 36 | 376 | 25 | 76 |
| Binary | 10010011 | 10001010 | 10110010 | 10001 | 10110 | 0 | 11110 | 11111110 | 10101 | 111110 |
Color Harmonies of #938AB2
Complementary color
Monochromatic Colors of #938AB2
Black with #938AB2
Text Example
Text Example
White with #938AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AB2; }
p { color: rgb(147,138,178); }
H1.HeaderClassName
{
color: #938AB2;
}
.AnyTagClassName
{
color: #938AB2;
}
</style>
background-color css
<style>
a { background-color: #938AB2; }
a { background-color: rgb(147,138,178); }
div.DivClassName
{
background-color: #938AB2;
}
.BgClassName
{
background-color: #938AB2;
}
</style>
border-color css
<style>
span { border-color: #938AB2; }
span { border-color: rgb(147,138,178); }
td.TdClassName
{
border-color: #938AB2;
}
.TagClassName
{
border-color: #938AB2;
}
</style>