Shades of Cold Purple #968BC2
Tints of Cold Purple #968BC2
RGB
CMYK
RGB Variations
Color information
#968BC2 (or 0x968BC2) is known color: Cold Purple. HEX triplet: 96, 8B and C2. RGB value is (150,139,194). Sum of RGB (Red+Green+Blue) = 150+139+194=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #968BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BC2 is #69743D. Grayscale: #949494. Windows color (decimal): -6911038 or 12749718. OLE color: 12749718.
HSL color Cylindrical-coordinate representation of color #968BC2: hue angle of 252º degrees, saturation: 0.31, 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 #968BC2 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 139 | 194 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.24 |
| HSL | 252º | 0.31% | 0.65% | - |
| HSV(B) | 252º | 0.28% | 0.76% | - |
| XYZ | 31.55 | 28.84 | 54.94 | - |
| YUV | 148.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 194 | 0.23 | 0.28 | 0 | 0.24 | 252 | 0.31 | 0.65 |
| Hex | 96 | 8B | C2 | 17 | 1C | 0 | 18 | FC | 1F | 41 |
| Octal | 226 | 213 | 302 | 27 | 34 | 0 | 30 | 374 | 37 | 101 |
| Binary | 10010110 | 10001011 | 11000010 | 10111 | 11100 | 0 | 11000 | 11111100 | 11111 | 1000001 |
Color Harmonies of #968BC2
Complementary color
Monochromatic Colors of #968BC2
Black with #968BC2
Text Example
Text Example
White with #968BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BC2; }
p { color: rgb(150,139,194); }
H1.HeaderClassName
{
color: #968BC2;
}
.AnyTagClassName
{
color: #968BC2;
}
</style>
background-color css
<style>
a { background-color: #968BC2; }
a { background-color: rgb(150,139,194); }
div.DivClassName
{
background-color: #968BC2;
}
.BgClassName
{
background-color: #968BC2;
}
</style>
border-color css
<style>
span { border-color: #968BC2; }
span { border-color: rgb(150,139,194); }
td.TdClassName
{
border-color: #968BC2;
}
.TagClassName
{
border-color: #968BC2;
}
</style>