Shades of Cold Purple #9682CA
Tints of Cold Purple #9682CA
RGB
CMYK
RGB Variations
Color information
#9682CA (or 0x9682CA) is known color: Cold Purple. HEX triplet: 96, 82 and CA. RGB value is (150,130,202). Sum of RGB (Red+Green+Blue) = 150+130+202=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #9682CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682CA is #697D35. Grayscale: #8F8F8F. Windows color (decimal): -6913334 or 13271702. OLE color: 13271702.
HSL color Cylindrical-coordinate representation of color #9682CA: hue angle of 256.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9682CA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 130 | 202 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.21 |
| HSL | 256.67º | 0.4% | 0.65% | - |
| HSV(B) | 256.67º | 0.36% | 0.79% | - |
| XYZ | 31.22 | 26.71 | 59.39 | - |
| YUV | 144.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 202 | 0.26 | 0.36 | 0 | 0.21 | 256.67 | 0.4 | 0.65 |
| Hex | 96 | 82 | CA | 1A | 24 | 0 | 15 | 101 | 28 | 41 |
| Octal | 226 | 202 | 312 | 32 | 44 | 0 | 25 | 401 | 50 | 101 |
| Binary | 10010110 | 10000010 | 11001010 | 11010 | 100100 | 0 | 10101 | 100000001 | 101000 | 1000001 |
Color Harmonies of #9682CA
Complementary color
Monochromatic Colors of #9682CA
Black with #9682CA
Text Example
Text Example
White with #9682CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682CA; }
p { color: rgb(150,130,202); }
H1.HeaderClassName
{
color: #9682CA;
}
.AnyTagClassName
{
color: #9682CA;
}
</style>
background-color css
<style>
a { background-color: #9682CA; }
a { background-color: rgb(150,130,202); }
div.DivClassName
{
background-color: #9682CA;
}
.BgClassName
{
background-color: #9682CA;
}
</style>
border-color css
<style>
span { border-color: #9682CA; }
span { border-color: rgb(150,130,202); }
td.TdClassName
{
border-color: #9682CA;
}
.TagClassName
{
border-color: #9682CA;
}
</style>