Shades of Cold Purple #9385BD
Tints of Cold Purple #9385BD
RGB
CMYK
RGB Variations
Color information
#9385BD (or 0x9385BD) is known color: Cold Purple. HEX triplet: 93, 85 and BD. RGB value is (147,133,189). Sum of RGB (Red+Green+Blue) = 147+133+189=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #9385BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385BD is #6C7A42. Grayscale: #8F8F8F. Windows color (decimal): -7109187 or 12420499. OLE color: 12420499.
HSL color Cylindrical-coordinate representation of color #9385BD: hue angle of 255º 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 #9385BD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 133 | 189 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.26 |
| HSL | 255º | 0.3% | 0.63% | - |
| HSV(B) | 255º | 0.3% | 0.74% | - |
| XYZ | 29.61 | 26.65 | 51.73 | - |
| YUV | 143.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 189 | 0.22 | 0.30 | 0 | 0.26 | 255 | 0.3 | 0.63 |
| Hex | 93 | 85 | BD | 16 | 1E | 0 | 1A | FF | 1E | 3F |
| Octal | 223 | 205 | 275 | 26 | 36 | 0 | 32 | 377 | 36 | 77 |
| Binary | 10010011 | 10000101 | 10111101 | 10110 | 11110 | 0 | 11010 | 11111111 | 11110 | 111111 |
Color Harmonies of #9385BD
Complementary color
Monochromatic Colors of #9385BD
Black with #9385BD
Text Example
Text Example
White with #9385BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385BD; }
p { color: rgb(147,133,189); }
H1.HeaderClassName
{
color: #9385BD;
}
.AnyTagClassName
{
color: #9385BD;
}
</style>
background-color css
<style>
a { background-color: #9385BD; }
a { background-color: rgb(147,133,189); }
div.DivClassName
{
background-color: #9385BD;
}
.BgClassName
{
background-color: #9385BD;
}
</style>
border-color css
<style>
span { border-color: #9385BD; }
span { border-color: rgb(147,133,189); }
td.TdClassName
{
border-color: #9385BD;
}
.TagClassName
{
border-color: #9385BD;
}
</style>