Shades of Cold Purple #967EBF
Tints of Cold Purple #967EBF
RGB
CMYK
RGB Variations
Color information
#967EBF (or 0x967EBF) is known color: Cold Purple. HEX triplet: 96, 7E and BF. RGB value is (150,126,191). Sum of RGB (Red+Green+Blue) = 150+126+191=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #967EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EBF is #698140. Grayscale: #8C8C8C. Windows color (decimal): -6914369 or 12549782. OLE color: 12549782.
HSL color Cylindrical-coordinate representation of color #967EBF: hue angle of 262.15º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #967EBF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 126 | 191 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.25 |
| HSL | 262.15º | 0.34% | 0.62% | - |
| HSV(B) | 262.15º | 0.34% | 0.75% | - |
| XYZ | 29.44 | 25.17 | 52.6 | - |
| YUV | 140.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 191 | 0.21 | 0.34 | 0 | 0.25 | 262.15 | 0.34 | 0.62 |
| Hex | 96 | 7E | BF | 15 | 22 | 0 | 19 | 106 | 22 | 3E |
| Octal | 226 | 176 | 277 | 25 | 42 | 0 | 31 | 406 | 42 | 76 |
| Binary | 10010110 | 1111110 | 10111111 | 10101 | 100010 | 0 | 11001 | 100000110 | 100010 | 111110 |
Color Harmonies of #967EBF
Complementary color
Monochromatic Colors of #967EBF
Black with #967EBF
Text Example
Text Example
White with #967EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EBF; }
p { color: rgb(150,126,191); }
H1.HeaderClassName
{
color: #967EBF;
}
.AnyTagClassName
{
color: #967EBF;
}
</style>
background-color css
<style>
a { background-color: #967EBF; }
a { background-color: rgb(150,126,191); }
div.DivClassName
{
background-color: #967EBF;
}
.BgClassName
{
background-color: #967EBF;
}
</style>
border-color css
<style>
span { border-color: #967EBF; }
span { border-color: rgb(150,126,191); }
td.TdClassName
{
border-color: #967EBF;
}
.TagClassName
{
border-color: #967EBF;
}
</style>