Shades of Cold Purple #9483BB
Tints of Cold Purple #9483BB
RGB
CMYK
RGB Variations
Color information
#9483BB (or 0x9483BB) is known color: Cold Purple. HEX triplet: 94, 83 and BB. RGB value is (148,131,187). Sum of RGB (Red+Green+Blue) = 148+131+187=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #9483BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483BB is #6B7C44. Grayscale: #8E8E8E. Windows color (decimal): -7044165 or 12288916. OLE color: 12288916.
HSL color Cylindrical-coordinate representation of color #9483BB: hue angle of 258.21º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9483BB is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 131 | 187 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.27 |
| HSL | 258.21º | 0.29% | 0.62% | - |
| HSV(B) | 258.21º | 0.3% | 0.73% | - |
| XYZ | 29.3 | 26.12 | 50.51 | - |
| YUV | 142.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 187 | 0.21 | 0.30 | 0 | 0.27 | 258.21 | 0.29 | 0.62 |
| Hex | 94 | 83 | BB | 15 | 1E | 0 | 1B | 102 | 1D | 3E |
| Octal | 224 | 203 | 273 | 25 | 36 | 0 | 33 | 402 | 35 | 76 |
| Binary | 10010100 | 10000011 | 10111011 | 10101 | 11110 | 0 | 11011 | 100000010 | 11101 | 111110 |
Color Harmonies of #9483BB
Complementary color
Monochromatic Colors of #9483BB
Black with #9483BB
Text Example
Text Example
White with #9483BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9483BB; }
p { color: rgb(148,131,187); }
H1.HeaderClassName
{
color: #9483BB;
}
.AnyTagClassName
{
color: #9483BB;
}
</style>
background-color css
<style>
a { background-color: #9483BB; }
a { background-color: rgb(148,131,187); }
div.DivClassName
{
background-color: #9483BB;
}
.BgClassName
{
background-color: #9483BB;
}
</style>
border-color css
<style>
span { border-color: #9483BB; }
span { border-color: rgb(148,131,187); }
td.TdClassName
{
border-color: #9483BB;
}
.TagClassName
{
border-color: #9483BB;
}
</style>