Shades of Dark Orchid #9D44CA
Tints of Dark Orchid #9D44CA
RGB
CMYK
RGB Variations
Color information
#9D44CA (or 0x9D44CA) is known color: Dark Orchid. HEX triplet: 9D, 44 and CA. RGB value is (157,68,202). Sum of RGB (Red+Green+Blue) = 157+68+202=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D44CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D44CA is #62BB35. Grayscale: #6D6D6D. Windows color (decimal): -6470454 or 13255837. OLE color: 13255837.
HSL color Cylindrical-coordinate representation of color #9D44CA: hue angle of 279.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D44CA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 68 | 202 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.21 |
| HSL | 279.85º | 0.56% | 0.53% | - |
| HSV(B) | 279.85º | 0.66% | 0.79% | - |
| XYZ | 26.63 | 15.57 | 57.48 | - |
| YUV | 109.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 68 | 202 | 0.22 | 0.66 | 0 | 0.21 | 279.85 | 0.56 | 0.53 |
| Hex | 9D | 44 | CA | 16 | 42 | 0 | 15 | 118 | 38 | 35 |
| Octal | 235 | 104 | 312 | 26 | 102 | 0 | 25 | 430 | 70 | 65 |
| Binary | 10011101 | 1000100 | 11001010 | 10110 | 1000010 | 0 | 10101 | 100011000 | 111000 | 110101 |
Color Harmonies of #9D44CA
Complementary color
Monochromatic Colors of #9D44CA
Black with #9D44CA
Text Example
Text Example
White with #9D44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D44CA; }
p { color: rgb(157,68,202); }
H1.HeaderClassName
{
color: #9D44CA;
}
.AnyTagClassName
{
color: #9D44CA;
}
</style>
background-color css
<style>
a { background-color: #9D44CA; }
a { background-color: rgb(157,68,202); }
div.DivClassName
{
background-color: #9D44CA;
}
.BgClassName
{
background-color: #9D44CA;
}
</style>
border-color css
<style>
span { border-color: #9D44CA; }
span { border-color: rgb(157,68,202); }
td.TdClassName
{
border-color: #9D44CA;
}
.TagClassName
{
border-color: #9D44CA;
}
</style>