Shades of Dark Orchid #9D2FDA
Tints of Dark Orchid #9D2FDA
RGB
CMYK
RGB Variations
Color information
#9D2FDA (or 0x9D2FDA) is known color: Dark Orchid. HEX triplet: 9D, 2F and DA. RGB value is (157,47,218). Sum of RGB (Red+Green+Blue) = 157+47+218=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D2FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2FDA is #62D025. Grayscale: #626262. Windows color (decimal): -6475814 or 14299037. OLE color: 14299037.
HSL color Cylindrical-coordinate representation of color #9D2FDA: hue angle of 278.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2FDA is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 47 | 218 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.15 |
| HSL | 278.6º | 0.7% | 0.52% | - |
| HSV(B) | 278.6º | 0.78% | 0.85% | - |
| XYZ | 27.58 | 14.26 | 67.63 | - |
| YUV | 99.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 47 | 218 | 0.28 | 0.78 | 0 | 0.15 | 278.6 | 0.7 | 0.52 |
| Hex | 9D | 2F | DA | 1C | 4E | 0 | F | 117 | 46 | 34 |
| Octal | 235 | 57 | 332 | 34 | 116 | 0 | 17 | 427 | 106 | 64 |
| Binary | 10011101 | 101111 | 11011010 | 11100 | 1001110 | 0 | 1111 | 100010111 | 1000110 | 110100 |
Color Harmonies of #9D2FDA
Complementary color
Monochromatic Colors of #9D2FDA
Black with #9D2FDA
Text Example
Text Example
White with #9D2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2FDA; }
p { color: rgb(157,47,218); }
H1.HeaderClassName
{
color: #9D2FDA;
}
.AnyTagClassName
{
color: #9D2FDA;
}
</style>
background-color css
<style>
a { background-color: #9D2FDA; }
a { background-color: rgb(157,47,218); }
div.DivClassName
{
background-color: #9D2FDA;
}
.BgClassName
{
background-color: #9D2FDA;
}
</style>
border-color css
<style>
span { border-color: #9D2FDA; }
span { border-color: rgb(157,47,218); }
td.TdClassName
{
border-color: #9D2FDA;
}
.TagClassName
{
border-color: #9D2FDA;
}
</style>