Shades of Cold Purple #9F92C1
Tints of Cold Purple #9F92C1
RGB
CMYK
RGB Variations
Color information
#9F92C1 (or 0x9F92C1) is known color: Cold Purple. HEX triplet: 9F, 92 and C1. RGB value is (159,146,193). Sum of RGB (Red+Green+Blue) = 159+146+193=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92C1 is #606D3E. Grayscale: #9B9B9B. Windows color (decimal): -6319423 or 12685983. OLE color: 12685983.
HSL color Cylindrical-coordinate representation of color #9F92C1: hue angle of 256.6º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F92C1 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 146 | 193 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.24 |
| HSL | 256.6º | 0.27% | 0.66% | - |
| HSV(B) | 256.6º | 0.24% | 0.76% | - |
| XYZ | 34.2 | 31.78 | 54.78 | - |
| YUV | 155.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 193 | 0.18 | 0.24 | 0 | 0.24 | 256.6 | 0.27 | 0.66 |
| Hex | 9F | 92 | C1 | 12 | 18 | 0 | 18 | 101 | 1B | 42 |
| Octal | 237 | 222 | 301 | 22 | 30 | 0 | 30 | 401 | 33 | 102 |
| Binary | 10011111 | 10010010 | 11000001 | 10010 | 11000 | 0 | 11000 | 100000001 | 11011 | 1000010 |
Color Harmonies of #9F92C1
Complementary color
Monochromatic Colors of #9F92C1
Black with #9F92C1
Text Example
Text Example
White with #9F92C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92C1; }
p { color: rgb(159,146,193); }
H1.HeaderClassName
{
color: #9F92C1;
}
.AnyTagClassName
{
color: #9F92C1;
}
</style>
background-color css
<style>
a { background-color: #9F92C1; }
a { background-color: rgb(159,146,193); }
div.DivClassName
{
background-color: #9F92C1;
}
.BgClassName
{
background-color: #9F92C1;
}
</style>
border-color css
<style>
span { border-color: #9F92C1; }
span { border-color: rgb(159,146,193); }
td.TdClassName
{
border-color: #9F92C1;
}
.TagClassName
{
border-color: #9F92C1;
}
</style>