Shades of Cold Purple #9D93BE
Tints of Cold Purple #9D93BE
RGB
CMYK
RGB Variations
Color information
#9D93BE (or 0x9D93BE) is known color: Cold Purple. HEX triplet: 9D, 93 and BE. RGB value is (157,147,190). Sum of RGB (Red+Green+Blue) = 157+147+190=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D93BE is #626C41. Grayscale: #9A9A9A. Windows color (decimal): -6450242 or 12489629. OLE color: 12489629.
HSL color Cylindrical-coordinate representation of color #9D93BE: hue angle of 253.95º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D93BE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 147 | 190 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.25 |
| HSL | 253.95º | 0.25% | 0.66% | - |
| HSV(B) | 253.95º | 0.23% | 0.75% | - |
| XYZ | 33.63 | 31.75 | 53.07 | - |
| YUV | 154.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 190 | 0.17 | 0.23 | 0 | 0.25 | 253.95 | 0.25 | 0.66 |
| Hex | 9D | 93 | BE | 11 | 17 | 0 | 19 | FE | 19 | 42 |
| Octal | 235 | 223 | 276 | 21 | 27 | 0 | 31 | 376 | 31 | 102 |
| Binary | 10011101 | 10010011 | 10111110 | 10001 | 10111 | 0 | 11001 | 11111110 | 11001 | 1000010 |
Color Harmonies of #9D93BE
Complementary color
Monochromatic Colors of #9D93BE
Black with #9D93BE
Text Example
Text Example
White with #9D93BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D93BE; }
p { color: rgb(157,147,190); }
H1.HeaderClassName
{
color: #9D93BE;
}
.AnyTagClassName
{
color: #9D93BE;
}
</style>
background-color css
<style>
a { background-color: #9D93BE; }
a { background-color: rgb(157,147,190); }
div.DivClassName
{
background-color: #9D93BE;
}
.BgClassName
{
background-color: #9D93BE;
}
</style>
border-color css
<style>
span { border-color: #9D93BE; }
span { border-color: rgb(157,147,190); }
td.TdClassName
{
border-color: #9D93BE;
}
.TagClassName
{
border-color: #9D93BE;
}
</style>