Shades of Cold Purple #968CC4
Tints of Cold Purple #968CC4
RGB
CMYK
RGB Variations
Color information
#968CC4 (or 0x968CC4) is known color: Cold Purple. HEX triplet: 96, 8C and C4. RGB value is (150,140,196). Sum of RGB (Red+Green+Blue) = 150+140+196=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #968CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CC4 is #69733B. Grayscale: #959595. Windows color (decimal): -6910780 or 12881046. OLE color: 12881046.
HSL color Cylindrical-coordinate representation of color #968CC4: hue angle of 250.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #968CC4 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 140 | 196 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.23 |
| HSL | 250.71º | 0.32% | 0.66% | - |
| HSV(B) | 250.71º | 0.29% | 0.77% | - |
| XYZ | 31.92 | 29.23 | 56.18 | - |
| YUV | 149.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 196 | 0.23 | 0.29 | 0 | 0.23 | 250.71 | 0.32 | 0.66 |
| Hex | 96 | 8C | C4 | 17 | 1D | 0 | 17 | FB | 20 | 42 |
| Octal | 226 | 214 | 304 | 27 | 35 | 0 | 27 | 373 | 40 | 102 |
| Binary | 10010110 | 10001100 | 11000100 | 10111 | 11101 | 0 | 10111 | 11111011 | 100000 | 1000010 |
Color Harmonies of #968CC4
Complementary color
Monochromatic Colors of #968CC4
Black with #968CC4
Text Example
Text Example
White with #968CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CC4; }
p { color: rgb(150,140,196); }
H1.HeaderClassName
{
color: #968CC4;
}
.AnyTagClassName
{
color: #968CC4;
}
</style>
background-color css
<style>
a { background-color: #968CC4; }
a { background-color: rgb(150,140,196); }
div.DivClassName
{
background-color: #968CC4;
}
.BgClassName
{
background-color: #968CC4;
}
</style>
border-color css
<style>
span { border-color: #968CC4; }
span { border-color: rgb(150,140,196); }
td.TdClassName
{
border-color: #968CC4;
}
.TagClassName
{
border-color: #968CC4;
}
</style>