Shades of Cold Purple #9385BE
Tints of Cold Purple #9385BE
RGB
CMYK
RGB Variations
Color information
#9385BE (or 0x9385BE) is known color: Cold Purple. HEX triplet: 93, 85 and BE. RGB value is (147,133,190). Sum of RGB (Red+Green+Blue) = 147+133+190=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #9385BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385BE is #6C7A41. Grayscale: #8F8F8F. Windows color (decimal): -7109186 or 12486035. OLE color: 12486035.
HSL color Cylindrical-coordinate representation of color #9385BE: hue angle of 254.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9385BE is Cyan = 0.23, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 133 | 190 | - |
| CMYK | 0.23 | 0.3 | 0 | 0.25 |
| HSL | 254.74º | 0.3% | 0.63% | - |
| HSV(B) | 254.74º | 0.3% | 0.75% | - |
| XYZ | 29.71 | 26.7 | 52.3 | - |
| YUV | 143.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 190 | 0.23 | 0.3 | 0 | 0.25 | 254.74 | 0.3 | 0.63 |
| Hex | 93 | 85 | BE | 17 | 1E | 0 | 19 | FF | 1E | 3F |
| Octal | 223 | 205 | 276 | 27 | 36 | 0 | 31 | 377 | 36 | 77 |
| Binary | 10010011 | 10000101 | 10111110 | 10111 | 11110 | 0 | 11001 | 11111111 | 11110 | 111111 |
Color Harmonies of #9385BE
Complementary color
Monochromatic Colors of #9385BE
Black with #9385BE
Text Example
Text Example
White with #9385BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385BE; }
p { color: rgb(147,133,190); }
H1.HeaderClassName
{
color: #9385BE;
}
.AnyTagClassName
{
color: #9385BE;
}
</style>
background-color css
<style>
a { background-color: #9385BE; }
a { background-color: rgb(147,133,190); }
div.DivClassName
{
background-color: #9385BE;
}
.BgClassName
{
background-color: #9385BE;
}
</style>
border-color css
<style>
span { border-color: #9385BE; }
span { border-color: rgb(147,133,190); }
td.TdClassName
{
border-color: #9385BE;
}
.TagClassName
{
border-color: #9385BE;
}
</style>