Shades of Dark Orchid #9D30DF
Tints of Dark Orchid #9D30DF
RGB
CMYK
RGB Variations
Color information
#9D30DF (or 0x9D30DF) is known color: Dark Orchid. HEX triplet: 9D, 30 and DF. RGB value is (157,48,223). Sum of RGB (Red+Green+Blue) = 157+48+223=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D30DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D30DF is #62CF20. Grayscale: #636363. Windows color (decimal): -6475553 or 14626973. OLE color: 14626973.
HSL color Cylindrical-coordinate representation of color #9D30DF: hue angle of 277.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D30DF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 48 | 223 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.13 |
| HSL | 277.37º | 0.73% | 0.53% | - |
| HSV(B) | 277.37º | 0.78% | 0.87% | - |
| XYZ | 28.28 | 14.61 | 71.14 | - |
| YUV | 100.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 48 | 223 | 0.30 | 0.78 | 0 | 0.13 | 277.37 | 0.73 | 0.53 |
| Hex | 9D | 30 | DF | 1E | 4E | 0 | D | 115 | 49 | 35 |
| Octal | 235 | 60 | 337 | 36 | 116 | 0 | 15 | 425 | 111 | 65 |
| Binary | 10011101 | 110000 | 11011111 | 11110 | 1001110 | 0 | 1101 | 100010101 | 1001001 | 110101 |
Color Harmonies of #9D30DF
Complementary color
Monochromatic Colors of #9D30DF
Black with #9D30DF
Text Example
Text Example
White with #9D30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D30DF; }
p { color: rgb(157,48,223); }
H1.HeaderClassName
{
color: #9D30DF;
}
.AnyTagClassName
{
color: #9D30DF;
}
</style>
background-color css
<style>
a { background-color: #9D30DF; }
a { background-color: rgb(157,48,223); }
div.DivClassName
{
background-color: #9D30DF;
}
.BgClassName
{
background-color: #9D30DF;
}
</style>
border-color css
<style>
span { border-color: #9D30DF; }
span { border-color: rgb(157,48,223); }
td.TdClassName
{
border-color: #9D30DF;
}
.TagClassName
{
border-color: #9D30DF;
}
</style>