Shades of Cold Purple #9684CA
Tints of Cold Purple #9684CA
RGB
CMYK
RGB Variations
Color information
#9684CA (or 0x9684CA) is known color: Cold Purple. HEX triplet: 96, 84 and CA. RGB value is (150,132,202). Sum of RGB (Red+Green+Blue) = 150+132+202=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #9684CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684CA is #697B35. Grayscale: #919191. Windows color (decimal): -6912822 or 13272214. OLE color: 13272214.
HSL color Cylindrical-coordinate representation of color #9684CA: hue angle of 255.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9684CA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 132 | 202 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.21 |
| HSL | 255.43º | 0.4% | 0.65% | - |
| HSV(B) | 255.43º | 0.35% | 0.79% | - |
| XYZ | 31.49 | 27.25 | 59.48 | - |
| YUV | 145.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 202 | 0.26 | 0.35 | 0 | 0.21 | 255.43 | 0.4 | 0.65 |
| Hex | 96 | 84 | CA | 1A | 23 | 0 | 15 | FF | 28 | 41 |
| Octal | 226 | 204 | 312 | 32 | 43 | 0 | 25 | 377 | 50 | 101 |
| Binary | 10010110 | 10000100 | 11001010 | 11010 | 100011 | 0 | 10101 | 11111111 | 101000 | 1000001 |
Color Harmonies of #9684CA
Complementary color
Monochromatic Colors of #9684CA
Black with #9684CA
Text Example
Text Example
White with #9684CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684CA; }
p { color: rgb(150,132,202); }
H1.HeaderClassName
{
color: #9684CA;
}
.AnyTagClassName
{
color: #9684CA;
}
</style>
background-color css
<style>
a { background-color: #9684CA; }
a { background-color: rgb(150,132,202); }
div.DivClassName
{
background-color: #9684CA;
}
.BgClassName
{
background-color: #9684CA;
}
</style>
border-color css
<style>
span { border-color: #9684CA; }
span { border-color: rgb(150,132,202); }
td.TdClassName
{
border-color: #9684CA;
}
.TagClassName
{
border-color: #9684CA;
}
</style>