Shades of Cold Purple #968BB8
Tints of Cold Purple #968BB8
RGB
CMYK
RGB Variations
Color information
#968BB8 (or 0x968BB8) is known color: Cold Purple. HEX triplet: 96, 8B and B8. RGB value is (150,139,184). Sum of RGB (Red+Green+Blue) = 150+139+184=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 184 - color contains mainly: blue. Hex color #968BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BB8 is #697447. Grayscale: #939393. Windows color (decimal): -6911048 or 12094358. OLE color: 12094358.
HSL color Cylindrical-coordinate representation of color #968BB8: hue angle of 254.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968BB8 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 139 | 184 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.28 |
| HSL | 254.67º | 0.24% | 0.63% | - |
| HSV(B) | 254.67º | 0.24% | 0.72% | - |
| XYZ | 30.46 | 28.41 | 49.23 | - |
| YUV | 147.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 184 | 0.18 | 0.24 | 0 | 0.28 | 254.67 | 0.24 | 0.63 |
| Hex | 96 | 8B | B8 | 12 | 18 | 0 | 1C | FF | 18 | 3F |
| Octal | 226 | 213 | 270 | 22 | 30 | 0 | 34 | 377 | 30 | 77 |
| Binary | 10010110 | 10001011 | 10111000 | 10010 | 11000 | 0 | 11100 | 11111111 | 11000 | 111111 |
Color Harmonies of #968BB8
Complementary color
Monochromatic Colors of #968BB8
Black with #968BB8
Text Example
Text Example
White with #968BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BB8; }
p { color: rgb(150,139,184); }
H1.HeaderClassName
{
color: #968BB8;
}
.AnyTagClassName
{
color: #968BB8;
}
</style>
background-color css
<style>
a { background-color: #968BB8; }
a { background-color: rgb(150,139,184); }
div.DivClassName
{
background-color: #968BB8;
}
.BgClassName
{
background-color: #968BB8;
}
</style>
border-color css
<style>
span { border-color: #968BB8; }
span { border-color: rgb(150,139,184); }
td.TdClassName
{
border-color: #968BB8;
}
.TagClassName
{
border-color: #968BB8;
}
</style>