Shades of Cold Purple #9482BE
Tints of Cold Purple #9482BE
RGB
CMYK
RGB Variations
Color information
#9482BE (or 0x9482BE) is known color: Cold Purple. HEX triplet: 94, 82 and BE. RGB value is (148,130,190). Sum of RGB (Red+Green+Blue) = 148+130+190=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9482BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482BE is #6B7D41. Grayscale: #8E8E8E. Windows color (decimal): -7044418 or 12485268. OLE color: 12485268.
HSL color Cylindrical-coordinate representation of color #9482BE: hue angle of 258º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9482BE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 130 | 190 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.25 |
| HSL | 258º | 0.32% | 0.63% | - |
| HSV(B) | 258º | 0.32% | 0.75% | - |
| XYZ | 29.49 | 25.98 | 52.18 | - |
| YUV | 142.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 190 | 0.22 | 0.32 | 0 | 0.25 | 258 | 0.32 | 0.63 |
| Hex | 94 | 82 | BE | 16 | 20 | 0 | 19 | 102 | 20 | 3F |
| Octal | 224 | 202 | 276 | 26 | 40 | 0 | 31 | 402 | 40 | 77 |
| Binary | 10010100 | 10000010 | 10111110 | 10110 | 100000 | 0 | 11001 | 100000010 | 100000 | 111111 |
Color Harmonies of #9482BE
Complementary color
Monochromatic Colors of #9482BE
Black with #9482BE
Text Example
Text Example
White with #9482BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9482BE; }
p { color: rgb(148,130,190); }
H1.HeaderClassName
{
color: #9482BE;
}
.AnyTagClassName
{
color: #9482BE;
}
</style>
background-color css
<style>
a { background-color: #9482BE; }
a { background-color: rgb(148,130,190); }
div.DivClassName
{
background-color: #9482BE;
}
.BgClassName
{
background-color: #9482BE;
}
</style>
border-color css
<style>
span { border-color: #9482BE; }
span { border-color: rgb(148,130,190); }
td.TdClassName
{
border-color: #9482BE;
}
.TagClassName
{
border-color: #9482BE;
}
</style>