Shades of Cold Purple #9682B7
Tints of Cold Purple #9682B7
RGB
CMYK
RGB Variations
Color information
#9682B7 (or 0x9682B7) is known color: Cold Purple. HEX triplet: 96, 82 and B7. RGB value is (150,130,183). Sum of RGB (Red+Green+Blue) = 150+130+183=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #9682B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682B7 is #697D48. Grayscale: #8D8D8D. Windows color (decimal): -6913353 or 12026518. OLE color: 12026518.
HSL color Cylindrical-coordinate representation of color #9682B7: hue angle of 262.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9682B7 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 130 | 183 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.28 |
| HSL | 262.64º | 0.27% | 0.61% | - |
| HSV(B) | 262.64º | 0.29% | 0.72% | - |
| XYZ | 29.11 | 25.87 | 48.26 | - |
| YUV | 142.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 183 | 0.18 | 0.29 | 0 | 0.28 | 262.64 | 0.27 | 0.61 |
| Hex | 96 | 82 | B7 | 12 | 1D | 0 | 1C | 107 | 1B | 3D |
| Octal | 226 | 202 | 267 | 22 | 35 | 0 | 34 | 407 | 33 | 75 |
| Binary | 10010110 | 10000010 | 10110111 | 10010 | 11101 | 0 | 11100 | 100000111 | 11011 | 111101 |
Color Harmonies of #9682B7
Complementary color
Monochromatic Colors of #9682B7
Black with #9682B7
Text Example
Text Example
White with #9682B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682B7; }
p { color: rgb(150,130,183); }
H1.HeaderClassName
{
color: #9682B7;
}
.AnyTagClassName
{
color: #9682B7;
}
</style>
background-color css
<style>
a { background-color: #9682B7; }
a { background-color: rgb(150,130,183); }
div.DivClassName
{
background-color: #9682B7;
}
.BgClassName
{
background-color: #9682B7;
}
</style>
border-color css
<style>
span { border-color: #9682B7; }
span { border-color: rgb(150,130,183); }
td.TdClassName
{
border-color: #9682B7;
}
.TagClassName
{
border-color: #9682B7;
}
</style>