Shades of Cold Purple #9F8AD4
Tints of Cold Purple #9F8AD4
RGB
CMYK
RGB Variations
Color information
#9F8AD4 (or 0x9F8AD4) is known color: Cold Purple. HEX triplet: 9F, 8A and D4. RGB value is (159,138,212). Sum of RGB (Red+Green+Blue) = 159+138+212=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #9F8AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8AD4 is #60752B. Grayscale: #989898. Windows color (decimal): -6321452 or 13929119. OLE color: 13929119.
HSL color Cylindrical-coordinate representation of color #9F8AD4: hue angle of 257.03º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F8AD4 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 138 | 212 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.17 |
| HSL | 257.03º | 0.46% | 0.69% | - |
| HSV(B) | 257.03º | 0.35% | 0.83% | - |
| XYZ | 35.27 | 30.3 | 66.28 | - |
| YUV | 152.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 212 | 0.25 | 0.35 | 0 | 0.17 | 257.03 | 0.46 | 0.69 |
| Hex | 9F | 8A | D4 | 19 | 23 | 0 | 11 | 101 | 2E | 45 |
| Octal | 237 | 212 | 324 | 31 | 43 | 0 | 21 | 401 | 56 | 105 |
| Binary | 10011111 | 10001010 | 11010100 | 11001 | 100011 | 0 | 10001 | 100000001 | 101110 | 1000101 |
Color Harmonies of #9F8AD4
Complementary color
Monochromatic Colors of #9F8AD4
Black with #9F8AD4
Text Example
Text Example
White with #9F8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8AD4; }
p { color: rgb(159,138,212); }
H1.HeaderClassName
{
color: #9F8AD4;
}
.AnyTagClassName
{
color: #9F8AD4;
}
</style>
background-color css
<style>
a { background-color: #9F8AD4; }
a { background-color: rgb(159,138,212); }
div.DivClassName
{
background-color: #9F8AD4;
}
.BgClassName
{
background-color: #9F8AD4;
}
</style>
border-color css
<style>
span { border-color: #9F8AD4; }
span { border-color: rgb(159,138,212); }
td.TdClassName
{
border-color: #9F8AD4;
}
.TagClassName
{
border-color: #9F8AD4;
}
</style>