Shades of Cold Purple #968CC0
Tints of Cold Purple #968CC0
RGB
CMYK
RGB Variations
Color information
#968CC0 (or 0x968CC0) is known color: Cold Purple. HEX triplet: 96, 8C and C0. RGB value is (150,140,192). Sum of RGB (Red+Green+Blue) = 150+140+192=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #968CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CC0 is #69733F. Grayscale: #949494. Windows color (decimal): -6910784 or 12618902. OLE color: 12618902.
HSL color Cylindrical-coordinate representation of color #968CC0: hue angle of 251.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #968CC0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 140 | 192 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.25 |
| HSL | 251.54º | 0.29% | 0.65% | - |
| HSV(B) | 251.54º | 0.27% | 0.75% | - |
| XYZ | 31.47 | 29.05 | 53.82 | - |
| YUV | 148.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 192 | 0.22 | 0.27 | 0 | 0.25 | 251.54 | 0.29 | 0.65 |
| Hex | 96 | 8C | C0 | 16 | 1B | 0 | 19 | FC | 1D | 41 |
| Octal | 226 | 214 | 300 | 26 | 33 | 0 | 31 | 374 | 35 | 101 |
| Binary | 10010110 | 10001100 | 11000000 | 10110 | 11011 | 0 | 11001 | 11111100 | 11101 | 1000001 |
Color Harmonies of #968CC0
Complementary color
Monochromatic Colors of #968CC0
Black with #968CC0
Text Example
Text Example
White with #968CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CC0; }
p { color: rgb(150,140,192); }
H1.HeaderClassName
{
color: #968CC0;
}
.AnyTagClassName
{
color: #968CC0;
}
</style>
background-color css
<style>
a { background-color: #968CC0; }
a { background-color: rgb(150,140,192); }
div.DivClassName
{
background-color: #968CC0;
}
.BgClassName
{
background-color: #968CC0;
}
</style>
border-color css
<style>
span { border-color: #968CC0; }
span { border-color: rgb(150,140,192); }
td.TdClassName
{
border-color: #968CC0;
}
.TagClassName
{
border-color: #968CC0;
}
</style>