Shades of Cold Purple #9387C9
Tints of Cold Purple #9387C9
RGB
CMYK
RGB Variations
Color information
#9387C9 (or 0x9387C9) is known color: Cold Purple. HEX triplet: 93, 87 and C9. RGB value is (147,135,201). Sum of RGB (Red+Green+Blue) = 147+135+201=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #9387C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387C9 is #6C7836. Grayscale: #919191. Windows color (decimal): -7108663 or 13207443. OLE color: 13207443.
HSL color Cylindrical-coordinate representation of color #9387C9: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9387C9 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 135 | 201 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.21 |
| HSL | 250.91º | 0.38% | 0.66% | - |
| HSV(B) | 250.91º | 0.33% | 0.79% | - |
| XYZ | 31.24 | 27.75 | 58.97 | - |
| YUV | 146.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 201 | 0.27 | 0.33 | 0 | 0.21 | 250.91 | 0.38 | 0.66 |
| Hex | 93 | 87 | C9 | 1B | 21 | 0 | 15 | FB | 26 | 42 |
| Octal | 223 | 207 | 311 | 33 | 41 | 0 | 25 | 373 | 46 | 102 |
| Binary | 10010011 | 10000111 | 11001001 | 11011 | 100001 | 0 | 10101 | 11111011 | 100110 | 1000010 |
Color Harmonies of #9387C9
Complementary color
Monochromatic Colors of #9387C9
Black with #9387C9
Text Example
Text Example
White with #9387C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9387C9; }
p { color: rgb(147,135,201); }
H1.HeaderClassName
{
color: #9387C9;
}
.AnyTagClassName
{
color: #9387C9;
}
</style>
background-color css
<style>
a { background-color: #9387C9; }
a { background-color: rgb(147,135,201); }
div.DivClassName
{
background-color: #9387C9;
}
.BgClassName
{
background-color: #9387C9;
}
</style>
border-color css
<style>
span { border-color: #9387C9; }
span { border-color: rgb(147,135,201); }
td.TdClassName
{
border-color: #9387C9;
}
.TagClassName
{
border-color: #9387C9;
}
</style>