Shades of Cold Purple #9383BE
Tints of Cold Purple #9383BE
RGB
CMYK
RGB Variations
Color information
#9383BE (or 0x9383BE) is known color: Cold Purple. HEX triplet: 93, 83 and BE. RGB value is (147,131,190). Sum of RGB (Red+Green+Blue) = 147+131+190=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 131 (51.56% from 255 or 27.99% 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 #9383BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383BE is #6C7C41. Grayscale: #8E8E8E. Windows color (decimal): -7109698 or 12485523. OLE color: 12485523.
HSL color Cylindrical-coordinate representation of color #9383BE: hue angle of 256.27º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9383BE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 131 | 190 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.25 |
| HSL | 256.27º | 0.31% | 0.63% | - |
| HSV(B) | 256.27º | 0.31% | 0.75% | - |
| XYZ | 29.44 | 26.15 | 52.21 | - |
| YUV | 142.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 190 | 0.23 | 0.31 | 0 | 0.25 | 256.27 | 0.31 | 0.63 |
| Hex | 93 | 83 | BE | 17 | 1F | 0 | 19 | 100 | 1F | 3F |
| Octal | 223 | 203 | 276 | 27 | 37 | 0 | 31 | 400 | 37 | 77 |
| Binary | 10010011 | 10000011 | 10111110 | 10111 | 11111 | 0 | 11001 | 100000000 | 11111 | 111111 |
Color Harmonies of #9383BE
Complementary color
Monochromatic Colors of #9383BE
Black with #9383BE
Text Example
Text Example
White with #9383BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383BE; }
p { color: rgb(147,131,190); }
H1.HeaderClassName
{
color: #9383BE;
}
.AnyTagClassName
{
color: #9383BE;
}
</style>
background-color css
<style>
a { background-color: #9383BE; }
a { background-color: rgb(147,131,190); }
div.DivClassName
{
background-color: #9383BE;
}
.BgClassName
{
background-color: #9383BE;
}
</style>
border-color css
<style>
span { border-color: #9383BE; }
span { border-color: rgb(147,131,190); }
td.TdClassName
{
border-color: #9383BE;
}
.TagClassName
{
border-color: #9383BE;
}
</style>