Shades of Cold Purple #968ABC
Tints of Cold Purple #968ABC
RGB
CMYK
RGB Variations
Color information
#968ABC (or 0x968ABC) is known color: Cold Purple. HEX triplet: 96, 8A and BC. RGB value is (150,138,188). Sum of RGB (Red+Green+Blue) = 150+138+188=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #968ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ABC is #697543. Grayscale: #939393. Windows color (decimal): -6911300 or 12356246. OLE color: 12356246.
HSL color Cylindrical-coordinate representation of color #968ABC: hue angle of 254.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #968ABC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 138 | 188 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.26 |
| HSL | 254.4º | 0.27% | 0.64% | - |
| HSV(B) | 254.4º | 0.27% | 0.74% | - |
| XYZ | 30.74 | 28.29 | 51.42 | - |
| YUV | 147.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 188 | 0.20 | 0.27 | 0 | 0.26 | 254.4 | 0.27 | 0.64 |
| Hex | 96 | 8A | BC | 14 | 1B | 0 | 1A | FE | 1B | 40 |
| Octal | 226 | 212 | 274 | 24 | 33 | 0 | 32 | 376 | 33 | 100 |
| Binary | 10010110 | 10001010 | 10111100 | 10100 | 11011 | 0 | 11010 | 11111110 | 11011 | 1000000 |
Color Harmonies of #968ABC
Complementary color
Monochromatic Colors of #968ABC
Black with #968ABC
Text Example
Text Example
White with #968ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968ABC; }
p { color: rgb(150,138,188); }
H1.HeaderClassName
{
color: #968ABC;
}
.AnyTagClassName
{
color: #968ABC;
}
</style>
background-color css
<style>
a { background-color: #968ABC; }
a { background-color: rgb(150,138,188); }
div.DivClassName
{
background-color: #968ABC;
}
.BgClassName
{
background-color: #968ABC;
}
</style>
border-color css
<style>
span { border-color: #968ABC; }
span { border-color: rgb(150,138,188); }
td.TdClassName
{
border-color: #968ABC;
}
.TagClassName
{
border-color: #968ABC;
}
</style>