Shades of Dark Orchid #9D2FD5
Tints of Dark Orchid #9D2FD5
RGB
CMYK
RGB Variations
Color information
#9D2FD5 (or 0x9D2FD5) is known color: Dark Orchid. HEX triplet: 9D, 2F and D5. RGB value is (157,47,213). Sum of RGB (Red+Green+Blue) = 157+47+213=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D2FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2FD5 is #62D02A. Grayscale: #626262. Windows color (decimal): -6475819 or 13971357. OLE color: 13971357.
HSL color Cylindrical-coordinate representation of color #9D2FD5: hue angle of 279.76º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2FD5 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 47 | 213 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.16 |
| HSL | 279.76º | 0.66% | 0.51% | - |
| HSV(B) | 279.76º | 0.78% | 0.84% | - |
| XYZ | 26.93 | 14.01 | 64.23 | - |
| YUV | 98.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 47 | 213 | 0.26 | 0.78 | 0 | 0.16 | 279.76 | 0.66 | 0.51 |
| Hex | 9D | 2F | D5 | 1A | 4E | 0 | 10 | 118 | 42 | 33 |
| Octal | 235 | 57 | 325 | 32 | 116 | 0 | 20 | 430 | 102 | 63 |
| Binary | 10011101 | 101111 | 11010101 | 11010 | 1001110 | 0 | 10000 | 100011000 | 1000010 | 110011 |
Color Harmonies of #9D2FD5
Complementary color
Monochromatic Colors of #9D2FD5
Black with #9D2FD5
Text Example
Text Example
White with #9D2FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2FD5; }
p { color: rgb(157,47,213); }
H1.HeaderClassName
{
color: #9D2FD5;
}
.AnyTagClassName
{
color: #9D2FD5;
}
</style>
background-color css
<style>
a { background-color: #9D2FD5; }
a { background-color: rgb(157,47,213); }
div.DivClassName
{
background-color: #9D2FD5;
}
.BgClassName
{
background-color: #9D2FD5;
}
</style>
border-color css
<style>
span { border-color: #9D2FD5; }
span { border-color: rgb(157,47,213); }
td.TdClassName
{
border-color: #9D2FD5;
}
.TagClassName
{
border-color: #9D2FD5;
}
</style>