Shades of Cold Purple #9387B4
Tints of Cold Purple #9387B4
RGB
CMYK
RGB Variations
Color information
#9387B4 (or 0x9387B4) is known color: Cold Purple. HEX triplet: 93, 87 and B4. RGB value is (147,135,180). Sum of RGB (Red+Green+Blue) = 147+135+180=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #9387B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387B4 is #6C784B. Grayscale: #8F8F8F. Windows color (decimal): -7108684 or 11831187. OLE color: 11831187.
HSL color Cylindrical-coordinate representation of color #9387B4: hue angle of 256º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9387B4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 135 | 180 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.29 |
| HSL | 256º | 0.23% | 0.62% | - |
| HSV(B) | 256º | 0.25% | 0.71% | - |
| XYZ | 28.93 | 26.83 | 46.83 | - |
| YUV | 143.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 180 | 0.18 | 0.25 | 0 | 0.29 | 256 | 0.23 | 0.62 |
| Hex | 93 | 87 | B4 | 12 | 19 | 0 | 1D | 100 | 17 | 3E |
| Octal | 223 | 207 | 264 | 22 | 31 | 0 | 35 | 400 | 27 | 76 |
| Binary | 10010011 | 10000111 | 10110100 | 10010 | 11001 | 0 | 11101 | 100000000 | 10111 | 111110 |
Color Harmonies of #9387B4
Complementary color
Monochromatic Colors of #9387B4
Black with #9387B4
Text Example
Text Example
White with #9387B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9387B4; }
p { color: rgb(147,135,180); }
H1.HeaderClassName
{
color: #9387B4;
}
.AnyTagClassName
{
color: #9387B4;
}
</style>
background-color css
<style>
a { background-color: #9387B4; }
a { background-color: rgb(147,135,180); }
div.DivClassName
{
background-color: #9387B4;
}
.BgClassName
{
background-color: #9387B4;
}
</style>
border-color css
<style>
span { border-color: #9387B4; }
span { border-color: rgb(147,135,180); }
td.TdClassName
{
border-color: #9387B4;
}
.TagClassName
{
border-color: #9387B4;
}
</style>