Shades of Cold Purple #918ABE
Tints of Cold Purple #918ABE
RGB
CMYK
RGB Variations
Color information
#918ABE (or 0x918ABE) is known color: Cold Purple. HEX triplet: 91, 8A and BE. RGB value is (145,138,190). Sum of RGB (Red+Green+Blue) = 145+138+190=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #918ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ABE is #6E7541. Grayscale: #919191. Windows color (decimal): -7238978 or 12487313. OLE color: 12487313.
HSL color Cylindrical-coordinate representation of color #918ABE: hue angle of 248.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #918ABE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 138 | 190 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.25 |
| HSL | 248.08º | 0.29% | 0.64% | - |
| HSV(B) | 248.08º | 0.27% | 0.75% | - |
| XYZ | 30.06 | 27.91 | 52.52 | - |
| YUV | 146.02 | 152.82 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 190 | 0.24 | 0.27 | 0 | 0.25 | 248.08 | 0.29 | 0.64 |
| Hex | 91 | 8A | BE | 18 | 1B | 0 | 19 | F8 | 1D | 40 |
| Octal | 221 | 212 | 276 | 30 | 33 | 0 | 31 | 370 | 35 | 100 |
| Binary | 10010001 | 10001010 | 10111110 | 11000 | 11011 | 0 | 11001 | 11111000 | 11101 | 1000000 |
Color Harmonies of #918ABE
Complementary color
Monochromatic Colors of #918ABE
Black with #918ABE
Text Example
Text Example
White with #918ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ABE; }
p { color: rgb(145,138,190); }
H1.HeaderClassName
{
color: #918ABE;
}
.AnyTagClassName
{
color: #918ABE;
}
</style>
background-color css
<style>
a { background-color: #918ABE; }
a { background-color: rgb(145,138,190); }
div.DivClassName
{
background-color: #918ABE;
}
.BgClassName
{
background-color: #918ABE;
}
</style>
border-color css
<style>
span { border-color: #918ABE; }
span { border-color: rgb(145,138,190); }
td.TdClassName
{
border-color: #918ABE;
}
.TagClassName
{
border-color: #918ABE;
}
</style>