Shades of Cold Purple #9F8CC4
Tints of Cold Purple #9F8CC4
RGB
CMYK
RGB Variations
Color information
#9F8CC4 (or 0x9F8CC4) is known color: Cold Purple. HEX triplet: 9F, 8C and C4. RGB value is (159,140,196). Sum of RGB (Red+Green+Blue) = 159+140+196=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F8CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CC4 is #60733B. Grayscale: #979797. Windows color (decimal): -6320956 or 12881055. OLE color: 12881055.
HSL color Cylindrical-coordinate representation of color #9F8CC4: hue angle of 260.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F8CC4 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 140 | 196 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.23 |
| HSL | 260.36º | 0.32% | 0.66% | - |
| HSV(B) | 260.36º | 0.29% | 0.77% | - |
| XYZ | 33.64 | 30.11 | 56.26 | - |
| YUV | 152.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 196 | 0.19 | 0.29 | 0 | 0.23 | 260.36 | 0.32 | 0.66 |
| Hex | 9F | 8C | C4 | 13 | 1D | 0 | 17 | 104 | 20 | 42 |
| Octal | 237 | 214 | 304 | 23 | 35 | 0 | 27 | 404 | 40 | 102 |
| Binary | 10011111 | 10001100 | 11000100 | 10011 | 11101 | 0 | 10111 | 100000100 | 100000 | 1000010 |
Color Harmonies of #9F8CC4
Complementary color
Monochromatic Colors of #9F8CC4
Black with #9F8CC4
Text Example
Text Example
White with #9F8CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CC4; }
p { color: rgb(159,140,196); }
H1.HeaderClassName
{
color: #9F8CC4;
}
.AnyTagClassName
{
color: #9F8CC4;
}
</style>
background-color css
<style>
a { background-color: #9F8CC4; }
a { background-color: rgb(159,140,196); }
div.DivClassName
{
background-color: #9F8CC4;
}
.BgClassName
{
background-color: #9F8CC4;
}
</style>
border-color css
<style>
span { border-color: #9F8CC4; }
span { border-color: rgb(159,140,196); }
td.TdClassName
{
border-color: #9F8CC4;
}
.TagClassName
{
border-color: #9F8CC4;
}
</style>