Shades of Cold Purple #968BC1
Tints of Cold Purple #968BC1
RGB
CMYK
RGB Variations
Color information
#968BC1 (or 0x968BC1) is known color: Cold Purple. HEX triplet: 96, 8B and C1. RGB value is (150,139,193). Sum of RGB (Red+Green+Blue) = 150+139+193=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #968BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BC1 is #69743E. Grayscale: #949494. Windows color (decimal): -6911039 or 12684182. OLE color: 12684182.
HSL color Cylindrical-coordinate representation of color #968BC1: hue angle of 252.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #968BC1 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 139 | 193 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.24 |
| HSL | 252.22º | 0.3% | 0.65% | - |
| HSV(B) | 252.22º | 0.28% | 0.76% | - |
| XYZ | 31.44 | 28.8 | 54.35 | - |
| YUV | 148.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 193 | 0.22 | 0.28 | 0 | 0.24 | 252.22 | 0.3 | 0.65 |
| Hex | 96 | 8B | C1 | 16 | 1C | 0 | 18 | FC | 1E | 41 |
| Octal | 226 | 213 | 301 | 26 | 34 | 0 | 30 | 374 | 36 | 101 |
| Binary | 10010110 | 10001011 | 11000001 | 10110 | 11100 | 0 | 11000 | 11111100 | 11110 | 1000001 |
Color Harmonies of #968BC1
Complementary color
Monochromatic Colors of #968BC1
Black with #968BC1
Text Example
Text Example
White with #968BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BC1; }
p { color: rgb(150,139,193); }
H1.HeaderClassName
{
color: #968BC1;
}
.AnyTagClassName
{
color: #968BC1;
}
</style>
background-color css
<style>
a { background-color: #968BC1; }
a { background-color: rgb(150,139,193); }
div.DivClassName
{
background-color: #968BC1;
}
.BgClassName
{
background-color: #968BC1;
}
</style>
border-color css
<style>
span { border-color: #968BC1; }
span { border-color: rgb(150,139,193); }
td.TdClassName
{
border-color: #968BC1;
}
.TagClassName
{
border-color: #968BC1;
}
</style>