Shades of Cold Purple #968BAF
Tints of Cold Purple #968BAF
RGB
CMYK
RGB Variations
Color information
#968BAF (or 0x968BAF) is known color: Cold Purple. HEX triplet: 96, 8B and AF. RGB value is (150,139,175). Sum of RGB (Red+Green+Blue) = 150+139+175=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #968BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968BAF is #697450. Grayscale: #929292. Windows color (decimal): -6911057 or 11504534. OLE color: 11504534.
HSL color Cylindrical-coordinate representation of color #968BAF: hue angle of 258.33º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968BAF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 139 | 175 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.31 |
| HSL | 258.33º | 0.18% | 0.62% | - |
| HSV(B) | 258.33º | 0.21% | 0.69% | - |
| XYZ | 29.55 | 28.04 | 44.41 | - |
| YUV | 146.39 | 144.14 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 175 | 0.14 | 0.21 | 0 | 0.31 | 258.33 | 0.18 | 0.62 |
| Hex | 96 | 8B | AF | E | 15 | 0 | 1F | 102 | 12 | 3E |
| Octal | 226 | 213 | 257 | 16 | 25 | 0 | 37 | 402 | 22 | 76 |
| Binary | 10010110 | 10001011 | 10101111 | 1110 | 10101 | 0 | 11111 | 100000010 | 10010 | 111110 |
Color Harmonies of #968BAF
Complementary color
Monochromatic Colors of #968BAF
Black with #968BAF
Text Example
Text Example
White with #968BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BAF; }
p { color: rgb(150,139,175); }
H1.HeaderClassName
{
color: #968BAF;
}
.AnyTagClassName
{
color: #968BAF;
}
</style>
background-color css
<style>
a { background-color: #968BAF; }
a { background-color: rgb(150,139,175); }
div.DivClassName
{
background-color: #968BAF;
}
.BgClassName
{
background-color: #968BAF;
}
</style>
border-color css
<style>
span { border-color: #968BAF; }
span { border-color: rgb(150,139,175); }
td.TdClassName
{
border-color: #968BAF;
}
.TagClassName
{
border-color: #968BAF;
}
</style>