Shades of Cold Purple #9D93C4
Tints of Cold Purple #9D93C4
RGB
CMYK
RGB Variations
Color information
#9D93C4 (or 0x9D93C4) is known color: Cold Purple. HEX triplet: 9D, 93 and C4. RGB value is (157,147,196). Sum of RGB (Red+Green+Blue) = 157+147+196=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #9D93C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D93C4 is #626C3B. Grayscale: #9B9B9B. Windows color (decimal): -6450236 or 12882845. OLE color: 12882845.
HSL color Cylindrical-coordinate representation of color #9D93C4: hue angle of 252.24º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D93C4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 147 | 196 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.23 |
| HSL | 252.24º | 0.29% | 0.67% | - |
| HSV(B) | 252.24º | 0.25% | 0.77% | - |
| XYZ | 34.3 | 32.02 | 56.6 | - |
| YUV | 155.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 196 | 0.20 | 0.25 | 0 | 0.23 | 252.24 | 0.29 | 0.67 |
| Hex | 9D | 93 | C4 | 14 | 19 | 0 | 17 | FC | 1D | 43 |
| Octal | 235 | 223 | 304 | 24 | 31 | 0 | 27 | 374 | 35 | 103 |
| Binary | 10011101 | 10010011 | 11000100 | 10100 | 11001 | 0 | 10111 | 11111100 | 11101 | 1000011 |
Color Harmonies of #9D93C4
Complementary color
Monochromatic Colors of #9D93C4
Black with #9D93C4
Text Example
Text Example
White with #9D93C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D93C4; }
p { color: rgb(157,147,196); }
H1.HeaderClassName
{
color: #9D93C4;
}
.AnyTagClassName
{
color: #9D93C4;
}
</style>
background-color css
<style>
a { background-color: #9D93C4; }
a { background-color: rgb(157,147,196); }
div.DivClassName
{
background-color: #9D93C4;
}
.BgClassName
{
background-color: #9D93C4;
}
</style>
border-color css
<style>
span { border-color: #9D93C4; }
span { border-color: rgb(157,147,196); }
td.TdClassName
{
border-color: #9D93C4;
}
.TagClassName
{
border-color: #9D93C4;
}
</style>