Shades of Cold Purple #9F93C6
Tints of Cold Purple #9F93C6
RGB
CMYK
RGB Variations
Color information
#9F93C6 (or 0x9F93C6) is known color: Cold Purple. HEX triplet: 9F, 93 and C6. RGB value is (159,147,198). Sum of RGB (Red+Green+Blue) = 159+147+198=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F93C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93C6 is #606C39. Grayscale: #9C9C9C. Windows color (decimal): -6319162 or 13013919. OLE color: 13013919.
HSL color Cylindrical-coordinate representation of color #9F93C6: hue angle of 254.12º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F93C6 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 147 | 198 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.22 |
| HSL | 254.12º | 0.31% | 0.68% | - |
| HSV(B) | 254.12º | 0.26% | 0.78% | - |
| XYZ | 34.92 | 32.32 | 57.82 | - |
| YUV | 156.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 198 | 0.20 | 0.26 | 0 | 0.22 | 254.12 | 0.31 | 0.68 |
| Hex | 9F | 93 | C6 | 14 | 1A | 0 | 16 | FE | 1F | 44 |
| Octal | 237 | 223 | 306 | 24 | 32 | 0 | 26 | 376 | 37 | 104 |
| Binary | 10011111 | 10010011 | 11000110 | 10100 | 11010 | 0 | 10110 | 11111110 | 11111 | 1000100 |
Color Harmonies of #9F93C6
Complementary color
Monochromatic Colors of #9F93C6
Black with #9F93C6
Text Example
Text Example
White with #9F93C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93C6; }
p { color: rgb(159,147,198); }
H1.HeaderClassName
{
color: #9F93C6;
}
.AnyTagClassName
{
color: #9F93C6;
}
</style>
background-color css
<style>
a { background-color: #9F93C6; }
a { background-color: rgb(159,147,198); }
div.DivClassName
{
background-color: #9F93C6;
}
.BgClassName
{
background-color: #9F93C6;
}
</style>
border-color css
<style>
span { border-color: #9F93C6; }
span { border-color: rgb(159,147,198); }
td.TdClassName
{
border-color: #9F93C6;
}
.TagClassName
{
border-color: #9F93C6;
}
</style>