Shades of Cold Purple #9483BC
Tints of Cold Purple #9483BC
RGB
CMYK
RGB Variations
Color information
#9483BC (or 0x9483BC) is known color: Cold Purple. HEX triplet: 94, 83 and BC. RGB value is (148,131,188). Sum of RGB (Red+Green+Blue) = 148+131+188=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9483BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483BC is #6B7C43. Grayscale: #8E8E8E. Windows color (decimal): -7044164 or 12354452. OLE color: 12354452.
HSL color Cylindrical-coordinate representation of color #9483BC: hue angle of 257.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9483BC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 131 | 188 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.26 |
| HSL | 257.89º | 0.3% | 0.63% | - |
| HSV(B) | 257.89º | 0.3% | 0.74% | - |
| XYZ | 29.41 | 26.16 | 51.08 | - |
| YUV | 142.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 188 | 0.21 | 0.30 | 0 | 0.26 | 257.89 | 0.3 | 0.63 |
| Hex | 94 | 83 | BC | 15 | 1E | 0 | 1A | 102 | 1E | 3F |
| Octal | 224 | 203 | 274 | 25 | 36 | 0 | 32 | 402 | 36 | 77 |
| Binary | 10010100 | 10000011 | 10111100 | 10101 | 11110 | 0 | 11010 | 100000010 | 11110 | 111111 |
Color Harmonies of #9483BC
Complementary color
Monochromatic Colors of #9483BC
Black with #9483BC
Text Example
Text Example
White with #9483BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9483BC; }
p { color: rgb(148,131,188); }
H1.HeaderClassName
{
color: #9483BC;
}
.AnyTagClassName
{
color: #9483BC;
}
</style>
background-color css
<style>
a { background-color: #9483BC; }
a { background-color: rgb(148,131,188); }
div.DivClassName
{
background-color: #9483BC;
}
.BgClassName
{
background-color: #9483BC;
}
</style>
border-color css
<style>
span { border-color: #9483BC; }
span { border-color: rgb(148,131,188); }
td.TdClassName
{
border-color: #9483BC;
}
.TagClassName
{
border-color: #9483BC;
}
</style>