Shades of Cold Purple #9785CC
Tints of Cold Purple #9785CC
RGB
CMYK
RGB Variations
Color information
#9785CC (or 0x9785CC) is known color: Cold Purple. HEX triplet: 97, 85 and CC. RGB value is (151,133,204). Sum of RGB (Red+Green+Blue) = 151+133+204=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9785CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785CC is #687A33. Grayscale: #929292. Windows color (decimal): -6847028 or 13403543. OLE color: 13403543.
HSL color Cylindrical-coordinate representation of color #9785CC: hue angle of 255.21º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9785CC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 133 | 204 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.2 |
| HSL | 255.21º | 0.41% | 0.66% | - |
| HSV(B) | 255.21º | 0.35% | 0.8% | - |
| XYZ | 32.05 | 27.71 | 60.79 | - |
| YUV | 146.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 204 | 0.26 | 0.35 | 0 | 0.2 | 255.21 | 0.41 | 0.66 |
| Hex | 97 | 85 | CC | 1A | 23 | 0 | 14 | FF | 29 | 42 |
| Octal | 227 | 205 | 314 | 32 | 43 | 0 | 24 | 377 | 51 | 102 |
| Binary | 10010111 | 10000101 | 11001100 | 11010 | 100011 | 0 | 10100 | 11111111 | 101001 | 1000010 |
Color Harmonies of #9785CC
Complementary color
Monochromatic Colors of #9785CC
Black with #9785CC
Text Example
Text Example
White with #9785CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785CC; }
p { color: rgb(151,133,204); }
H1.HeaderClassName
{
color: #9785CC;
}
.AnyTagClassName
{
color: #9785CC;
}
</style>
background-color css
<style>
a { background-color: #9785CC; }
a { background-color: rgb(151,133,204); }
div.DivClassName
{
background-color: #9785CC;
}
.BgClassName
{
background-color: #9785CC;
}
</style>
border-color css
<style>
span { border-color: #9785CC; }
span { border-color: rgb(151,133,204); }
td.TdClassName
{
border-color: #9785CC;
}
.TagClassName
{
border-color: #9785CC;
}
</style>