Shades of Cold Purple #9386CA
Tints of Cold Purple #9386CA
RGB
CMYK
RGB Variations
Color information
#9386CA (or 0x9386CA) is known color: Cold Purple. HEX triplet: 93, 86 and CA. RGB value is (147,134,202). Sum of RGB (Red+Green+Blue) = 147+134+202=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9386CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386CA is #6C7935. Grayscale: #919191. Windows color (decimal): -7108918 or 13272723. OLE color: 13272723.
HSL color Cylindrical-coordinate representation of color #9386CA: hue angle of 251.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9386CA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 134 | 202 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.21 |
| HSL | 251.47º | 0.39% | 0.66% | - |
| HSV(B) | 251.47º | 0.34% | 0.79% | - |
| XYZ | 31.22 | 27.52 | 59.54 | - |
| YUV | 145.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 202 | 0.27 | 0.34 | 0 | 0.21 | 251.47 | 0.39 | 0.66 |
| Hex | 93 | 86 | CA | 1B | 22 | 0 | 15 | FB | 27 | 42 |
| Octal | 223 | 206 | 312 | 33 | 42 | 0 | 25 | 373 | 47 | 102 |
| Binary | 10010011 | 10000110 | 11001010 | 11011 | 100010 | 0 | 10101 | 11111011 | 100111 | 1000010 |
Color Harmonies of #9386CA
Complementary color
Monochromatic Colors of #9386CA
Black with #9386CA
Text Example
Text Example
White with #9386CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9386CA; }
p { color: rgb(147,134,202); }
H1.HeaderClassName
{
color: #9386CA;
}
.AnyTagClassName
{
color: #9386CA;
}
</style>
background-color css
<style>
a { background-color: #9386CA; }
a { background-color: rgb(147,134,202); }
div.DivClassName
{
background-color: #9386CA;
}
.BgClassName
{
background-color: #9386CA;
}
</style>
border-color css
<style>
span { border-color: #9386CA; }
span { border-color: rgb(147,134,202); }
td.TdClassName
{
border-color: #9386CA;
}
.TagClassName
{
border-color: #9386CA;
}
</style>