Shades of Dark Orchid #9D39CB
Tints of Dark Orchid #9D39CB
RGB
CMYK
RGB Variations
Color information
#9D39CB (or 0x9D39CB) is known color: Dark Orchid. HEX triplet: 9D, 39 and CB. RGB value is (157,57,203). Sum of RGB (Red+Green+Blue) = 157+57+203=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D39CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D39CB is #62C634. Grayscale: #676767. Windows color (decimal): -6473269 or 13318557. OLE color: 13318557.
HSL color Cylindrical-coordinate representation of color #9D39CB: hue angle of 281.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D39CB is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 57 | 203 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.20 |
| HSL | 281.1º | 0.58% | 0.51% | - |
| HSV(B) | 281.1º | 0.72% | 0.8% | - |
| XYZ | 26.15 | 14.41 | 57.9 | - |
| YUV | 103.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 203 | 0.23 | 0.72 | 0 | 0.20 | 281.1 | 0.58 | 0.51 |
| Hex | 9D | 39 | CB | 17 | 48 | 0 | 14 | 119 | 3A | 33 |
| Octal | 235 | 71 | 313 | 27 | 110 | 0 | 24 | 431 | 72 | 63 |
| Binary | 10011101 | 111001 | 11001011 | 10111 | 1001000 | 0 | 10100 | 100011001 | 111010 | 110011 |
Color Harmonies of #9D39CB
Complementary color
Monochromatic Colors of #9D39CB
Black with #9D39CB
Text Example
Text Example
White with #9D39CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D39CB; }
p { color: rgb(157,57,203); }
H1.HeaderClassName
{
color: #9D39CB;
}
.AnyTagClassName
{
color: #9D39CB;
}
</style>
background-color css
<style>
a { background-color: #9D39CB; }
a { background-color: rgb(157,57,203); }
div.DivClassName
{
background-color: #9D39CB;
}
.BgClassName
{
background-color: #9D39CB;
}
</style>
border-color css
<style>
span { border-color: #9D39CB; }
span { border-color: rgb(157,57,203); }
td.TdClassName
{
border-color: #9D39CB;
}
.TagClassName
{
border-color: #9D39CB;
}
</style>