Shades of Cold Purple #9F8ACC
Tints of Cold Purple #9F8ACC
RGB
CMYK
RGB Variations
Color information
#9F8ACC (or 0x9F8ACC) is known color: Cold Purple. HEX triplet: 9F, 8A and CC. RGB value is (159,138,204). Sum of RGB (Red+Green+Blue) = 159+138+204=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F8ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ACC is #607533. Grayscale: #979797. Windows color (decimal): -6321460 or 13404831. OLE color: 13404831.
HSL color Cylindrical-coordinate representation of color #9F8ACC: hue angle of 259.09º degrees, saturation: 0.39, 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 #9F8ACC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 138 | 204 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.2 |
| HSL | 259.09º | 0.39% | 0.67% | - |
| HSV(B) | 259.09º | 0.32% | 0.8% | - |
| XYZ | 34.29 | 29.91 | 61.09 | - |
| YUV | 151.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 204 | 0.22 | 0.32 | 0 | 0.2 | 259.09 | 0.39 | 0.67 |
| Hex | 9F | 8A | CC | 16 | 20 | 0 | 14 | 103 | 27 | 43 |
| Octal | 237 | 212 | 314 | 26 | 40 | 0 | 24 | 403 | 47 | 103 |
| Binary | 10011111 | 10001010 | 11001100 | 10110 | 100000 | 0 | 10100 | 100000011 | 100111 | 1000011 |
Color Harmonies of #9F8ACC
Complementary color
Monochromatic Colors of #9F8ACC
Black with #9F8ACC
Text Example
Text Example
White with #9F8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8ACC; }
p { color: rgb(159,138,204); }
H1.HeaderClassName
{
color: #9F8ACC;
}
.AnyTagClassName
{
color: #9F8ACC;
}
</style>
background-color css
<style>
a { background-color: #9F8ACC; }
a { background-color: rgb(159,138,204); }
div.DivClassName
{
background-color: #9F8ACC;
}
.BgClassName
{
background-color: #9F8ACC;
}
</style>
border-color css
<style>
span { border-color: #9F8ACC; }
span { border-color: rgb(159,138,204); }
td.TdClassName
{
border-color: #9F8ACC;
}
.TagClassName
{
border-color: #9F8ACC;
}
</style>