Shades of Dark Orchid #9D23DA
Tints of Dark Orchid #9D23DA
RGB
CMYK
RGB Variations
Color information
#9D23DA (or 0x9D23DA) is known color: Dark Orchid. HEX triplet: 9D, 23 and DA. RGB value is (157,35,218). Sum of RGB (Red+Green+Blue) = 157+35+218=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D23DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D23DA is #62DC25. Grayscale: #5B5B5B. Windows color (decimal): -6478886 or 14295965. OLE color: 14295965.
HSL color Cylindrical-coordinate representation of color #9D23DA: hue angle of 280º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D23DA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 35 | 218 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.15 |
| HSL | 280º | 0.72% | 0.5% | - |
| HSV(B) | 280º | 0.84% | 0.85% | - |
| XYZ | 27.16 | 13.43 | 67.49 | - |
| YUV | 92.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 35 | 218 | 0.28 | 0.84 | 0 | 0.15 | 280 | 0.72 | 0.5 |
| Hex | 9D | 23 | DA | 1C | 54 | 0 | F | 118 | 48 | 32 |
| Octal | 235 | 43 | 332 | 34 | 124 | 0 | 17 | 430 | 110 | 62 |
| Binary | 10011101 | 100011 | 11011010 | 11100 | 1010100 | 0 | 1111 | 100011000 | 1001000 | 110010 |
Color Harmonies of #9D23DA
Complementary color
Monochromatic Colors of #9D23DA
Black with #9D23DA
Text Example
Text Example
White with #9D23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D23DA; }
p { color: rgb(157,35,218); }
H1.HeaderClassName
{
color: #9D23DA;
}
.AnyTagClassName
{
color: #9D23DA;
}
</style>
background-color css
<style>
a { background-color: #9D23DA; }
a { background-color: rgb(157,35,218); }
div.DivClassName
{
background-color: #9D23DA;
}
.BgClassName
{
background-color: #9D23DA;
}
</style>
border-color css
<style>
span { border-color: #9D23DA; }
span { border-color: rgb(157,35,218); }
td.TdClassName
{
border-color: #9D23DA;
}
.TagClassName
{
border-color: #9D23DA;
}
</style>