Shades of Cold Purple #968DC3
Tints of Cold Purple #968DC3
RGB
CMYK
RGB Variations
Color information
#968DC3 (or 0x968DC3) is known color: Cold Purple. HEX triplet: 96, 8D and C3. RGB value is (150,141,195). Sum of RGB (Red+Green+Blue) = 150+141+195=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 195 - color contains mainly: blue. Hex color #968DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DC3 is #69723C. Grayscale: #959595. Windows color (decimal): -6910525 or 12815766. OLE color: 12815766.
HSL color Cylindrical-coordinate representation of color #968DC3: hue angle of 250º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #968DC3 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 141 | 195 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.24 |
| HSL | 250º | 0.31% | 0.66% | - |
| HSV(B) | 250º | 0.28% | 0.76% | - |
| XYZ | 31.95 | 29.47 | 55.63 | - |
| YUV | 149.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 195 | 0.23 | 0.28 | 0 | 0.24 | 250 | 0.31 | 0.66 |
| Hex | 96 | 8D | C3 | 17 | 1C | 0 | 18 | FA | 1F | 42 |
| Octal | 226 | 215 | 303 | 27 | 34 | 0 | 30 | 372 | 37 | 102 |
| Binary | 10010110 | 10001101 | 11000011 | 10111 | 11100 | 0 | 11000 | 11111010 | 11111 | 1000010 |
Color Harmonies of #968DC3
Complementary color
Monochromatic Colors of #968DC3
Black with #968DC3
Text Example
Text Example
White with #968DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DC3; }
p { color: rgb(150,141,195); }
H1.HeaderClassName
{
color: #968DC3;
}
.AnyTagClassName
{
color: #968DC3;
}
</style>
background-color css
<style>
a { background-color: #968DC3; }
a { background-color: rgb(150,141,195); }
div.DivClassName
{
background-color: #968DC3;
}
.BgClassName
{
background-color: #968DC3;
}
</style>
border-color css
<style>
span { border-color: #968DC3; }
span { border-color: rgb(150,141,195); }
td.TdClassName
{
border-color: #968DC3;
}
.TagClassName
{
border-color: #968DC3;
}
</style>