Shades of Cold Purple #9383BD
Tints of Cold Purple #9383BD
RGB
CMYK
RGB Variations
Color information
#9383BD (or 0x9383BD) is known color: Cold Purple. HEX triplet: 93, 83 and BD. RGB value is (147,131,189). Sum of RGB (Red+Green+Blue) = 147+131+189=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #9383BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383BD is #6C7C42. Grayscale: #8E8E8E. Windows color (decimal): -7109699 or 12419987. OLE color: 12419987.
HSL color Cylindrical-coordinate representation of color #9383BD: hue angle of 256.55º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9383BD is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 131 | 189 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.26 |
| HSL | 256.55º | 0.31% | 0.63% | - |
| HSV(B) | 256.55º | 0.31% | 0.74% | - |
| XYZ | 29.33 | 26.11 | 51.64 | - |
| YUV | 142.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 189 | 0.22 | 0.31 | 0 | 0.26 | 256.55 | 0.31 | 0.63 |
| Hex | 93 | 83 | BD | 16 | 1F | 0 | 1A | 101 | 1F | 3F |
| Octal | 223 | 203 | 275 | 26 | 37 | 0 | 32 | 401 | 37 | 77 |
| Binary | 10010011 | 10000011 | 10111101 | 10110 | 11111 | 0 | 11010 | 100000001 | 11111 | 111111 |
Color Harmonies of #9383BD
Complementary color
Monochromatic Colors of #9383BD
Black with #9383BD
Text Example
Text Example
White with #9383BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383BD; }
p { color: rgb(147,131,189); }
H1.HeaderClassName
{
color: #9383BD;
}
.AnyTagClassName
{
color: #9383BD;
}
</style>
background-color css
<style>
a { background-color: #9383BD; }
a { background-color: rgb(147,131,189); }
div.DivClassName
{
background-color: #9383BD;
}
.BgClassName
{
background-color: #9383BD;
}
</style>
border-color css
<style>
span { border-color: #9383BD; }
span { border-color: rgb(147,131,189); }
td.TdClassName
{
border-color: #9383BD;
}
.TagClassName
{
border-color: #9383BD;
}
</style>