Shades of Dark Orchid #9D3CCC
Tints of Dark Orchid #9D3CCC
RGB
CMYK
RGB Variations
Color information
#9D3CCC (or 0x9D3CCC) is known color: Dark Orchid. HEX triplet: 9D, 3C and CC. RGB value is (157,60,204). Sum of RGB (Red+Green+Blue) = 157+60+204=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D3CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3CCC is #62C333. Grayscale: #686868. Windows color (decimal): -6472500 or 13384861. OLE color: 13384861.
HSL color Cylindrical-coordinate representation of color #9D3CCC: hue angle of 280.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D3CCC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 60 | 204 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.2 |
| HSL | 280.42º | 0.59% | 0.52% | - |
| HSV(B) | 280.42º | 0.71% | 0.8% | - |
| XYZ | 26.42 | 14.76 | 58.58 | - |
| YUV | 105.42 | 183.64 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 204 | 0.23 | 0.71 | 0 | 0.2 | 280.42 | 0.59 | 0.52 |
| Hex | 9D | 3C | CC | 17 | 47 | 0 | 14 | 118 | 3B | 34 |
| Octal | 235 | 74 | 314 | 27 | 107 | 0 | 24 | 430 | 73 | 64 |
| Binary | 10011101 | 111100 | 11001100 | 10111 | 1000111 | 0 | 10100 | 100011000 | 111011 | 110100 |
Color Harmonies of #9D3CCC
Complementary color
Monochromatic Colors of #9D3CCC
Black with #9D3CCC
Text Example
Text Example
White with #9D3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3CCC; }
p { color: rgb(157,60,204); }
H1.HeaderClassName
{
color: #9D3CCC;
}
.AnyTagClassName
{
color: #9D3CCC;
}
</style>
background-color css
<style>
a { background-color: #9D3CCC; }
a { background-color: rgb(157,60,204); }
div.DivClassName
{
background-color: #9D3CCC;
}
.BgClassName
{
background-color: #9D3CCC;
}
</style>
border-color css
<style>
span { border-color: #9D3CCC; }
span { border-color: rgb(157,60,204); }
td.TdClassName
{
border-color: #9D3CCC;
}
.TagClassName
{
border-color: #9D3CCC;
}
</style>