Shades of Cold Purple #9680BE
Tints of Cold Purple #9680BE
RGB
CMYK
RGB Variations
Color information
#9680BE (or 0x9680BE) is known color: Cold Purple. HEX triplet: 96, 80 and BE. RGB value is (150,128,190). Sum of RGB (Red+Green+Blue) = 150+128+190=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9680BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680BE is #697F41. Grayscale: #8D8D8D. Windows color (decimal): -6913858 or 12484758. OLE color: 12484758.
HSL color Cylindrical-coordinate representation of color #9680BE: hue angle of 261.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9680BE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 128 | 190 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.25 |
| HSL | 261.29º | 0.32% | 0.62% | - |
| HSV(B) | 261.29º | 0.33% | 0.75% | - |
| XYZ | 29.59 | 25.64 | 52.1 | - |
| YUV | 141.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 190 | 0.21 | 0.33 | 0 | 0.25 | 261.29 | 0.32 | 0.62 |
| Hex | 96 | 80 | BE | 15 | 21 | 0 | 19 | 105 | 20 | 3E |
| Octal | 226 | 200 | 276 | 25 | 41 | 0 | 31 | 405 | 40 | 76 |
| Binary | 10010110 | 10000000 | 10111110 | 10101 | 100001 | 0 | 11001 | 100000101 | 100000 | 111110 |
Color Harmonies of #9680BE
Complementary color
Monochromatic Colors of #9680BE
Black with #9680BE
Text Example
Text Example
White with #9680BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9680BE; }
p { color: rgb(150,128,190); }
H1.HeaderClassName
{
color: #9680BE;
}
.AnyTagClassName
{
color: #9680BE;
}
</style>
background-color css
<style>
a { background-color: #9680BE; }
a { background-color: rgb(150,128,190); }
div.DivClassName
{
background-color: #9680BE;
}
.BgClassName
{
background-color: #9680BE;
}
</style>
border-color css
<style>
span { border-color: #9680BE; }
span { border-color: rgb(150,128,190); }
td.TdClassName
{
border-color: #9680BE;
}
.TagClassName
{
border-color: #9680BE;
}
</style>