Shades of Cold Purple #967FC4
Tints of Cold Purple #967FC4
RGB
CMYK
RGB Variations
Color information
#967FC4 (or 0x967FC4) is known color: Cold Purple. HEX triplet: 96, 7F and C4. RGB value is (150,127,196). Sum of RGB (Red+Green+Blue) = 150+127+196=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #967FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FC4 is #69803B. Grayscale: #8D8D8D. Windows color (decimal): -6914108 or 12877718. OLE color: 12877718.
HSL color Cylindrical-coordinate representation of color #967FC4: hue angle of 260º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967FC4 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 127 | 196 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.23 |
| HSL | 260º | 0.37% | 0.63% | - |
| HSV(B) | 260º | 0.35% | 0.77% | - |
| XYZ | 30.13 | 25.65 | 55.59 | - |
| YUV | 141.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 196 | 0.23 | 0.35 | 0 | 0.23 | 260 | 0.37 | 0.63 |
| Hex | 96 | 7F | C4 | 17 | 23 | 0 | 17 | 104 | 25 | 3F |
| Octal | 226 | 177 | 304 | 27 | 43 | 0 | 27 | 404 | 45 | 77 |
| Binary | 10010110 | 1111111 | 11000100 | 10111 | 100011 | 0 | 10111 | 100000100 | 100101 | 111111 |
Color Harmonies of #967FC4
Complementary color
Monochromatic Colors of #967FC4
Black with #967FC4
Text Example
Text Example
White with #967FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FC4; }
p { color: rgb(150,127,196); }
H1.HeaderClassName
{
color: #967FC4;
}
.AnyTagClassName
{
color: #967FC4;
}
</style>
background-color css
<style>
a { background-color: #967FC4; }
a { background-color: rgb(150,127,196); }
div.DivClassName
{
background-color: #967FC4;
}
.BgClassName
{
background-color: #967FC4;
}
</style>
border-color css
<style>
span { border-color: #967FC4; }
span { border-color: rgb(150,127,196); }
td.TdClassName
{
border-color: #967FC4;
}
.TagClassName
{
border-color: #967FC4;
}
</style>