Shades of Cold Purple #967EC3
Tints of Cold Purple #967EC3
RGB
CMYK
RGB Variations
Color information
#967EC3 (or 0x967EC3) is known color: Cold Purple. HEX triplet: 96, 7E and C3. RGB value is (150,126,195). Sum of RGB (Red+Green+Blue) = 150+126+195=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #967EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EC3 is #69813C. Grayscale: #8C8C8C. Windows color (decimal): -6914365 or 12811926. OLE color: 12811926.
HSL color Cylindrical-coordinate representation of color #967EC3: hue angle of 260.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967EC3 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 126 | 195 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.24 |
| HSL | 260.87º | 0.37% | 0.63% | - |
| HSV(B) | 260.87º | 0.35% | 0.76% | - |
| XYZ | 29.89 | 25.35 | 54.95 | - |
| YUV | 141.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 195 | 0.23 | 0.35 | 0 | 0.24 | 260.87 | 0.37 | 0.63 |
| Hex | 96 | 7E | C3 | 17 | 23 | 0 | 18 | 105 | 25 | 3F |
| Octal | 226 | 176 | 303 | 27 | 43 | 0 | 30 | 405 | 45 | 77 |
| Binary | 10010110 | 1111110 | 11000011 | 10111 | 100011 | 0 | 11000 | 100000101 | 100101 | 111111 |
Color Harmonies of #967EC3
Complementary color
Monochromatic Colors of #967EC3
Black with #967EC3
Text Example
Text Example
White with #967EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EC3; }
p { color: rgb(150,126,195); }
H1.HeaderClassName
{
color: #967EC3;
}
.AnyTagClassName
{
color: #967EC3;
}
</style>
background-color css
<style>
a { background-color: #967EC3; }
a { background-color: rgb(150,126,195); }
div.DivClassName
{
background-color: #967EC3;
}
.BgClassName
{
background-color: #967EC3;
}
</style>
border-color css
<style>
span { border-color: #967EC3; }
span { border-color: rgb(150,126,195); }
td.TdClassName
{
border-color: #967EC3;
}
.TagClassName
{
border-color: #967EC3;
}
</style>