Shades of Cold Purple #968ACB
Tints of Cold Purple #968ACB
RGB
CMYK
RGB Variations
Color information
#968ACB (or 0x968ACB) is known color: Cold Purple. HEX triplet: 96, 8A and CB. RGB value is (150,138,203). Sum of RGB (Red+Green+Blue) = 150+138+203=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #968ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ACB is #697534. Grayscale: #949494. Windows color (decimal): -6911285 or 13339286. OLE color: 13339286.
HSL color Cylindrical-coordinate representation of color #968ACB: hue angle of 251.08º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968ACB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 138 | 203 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.20 |
| HSL | 251.08º | 0.38% | 0.67% | - |
| HSV(B) | 251.08º | 0.32% | 0.8% | - |
| XYZ | 32.45 | 28.97 | 60.38 | - |
| YUV | 149 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 203 | 0.26 | 0.32 | 0 | 0.20 | 251.08 | 0.38 | 0.67 |
| Hex | 96 | 8A | CB | 1A | 20 | 0 | 14 | FB | 26 | 43 |
| Octal | 226 | 212 | 313 | 32 | 40 | 0 | 24 | 373 | 46 | 103 |
| Binary | 10010110 | 10001010 | 11001011 | 11010 | 100000 | 0 | 10100 | 11111011 | 100110 | 1000011 |
Color Harmonies of #968ACB
Complementary color
Monochromatic Colors of #968ACB
Black with #968ACB
Text Example
Text Example
White with #968ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968ACB; }
p { color: rgb(150,138,203); }
H1.HeaderClassName
{
color: #968ACB;
}
.AnyTagClassName
{
color: #968ACB;
}
</style>
background-color css
<style>
a { background-color: #968ACB; }
a { background-color: rgb(150,138,203); }
div.DivClassName
{
background-color: #968ACB;
}
.BgClassName
{
background-color: #968ACB;
}
</style>
border-color css
<style>
span { border-color: #968ACB; }
span { border-color: rgb(150,138,203); }
td.TdClassName
{
border-color: #968ACB;
}
.TagClassName
{
border-color: #968ACB;
}
</style>