Shades of Dark Orchid #9D33BA
Tints of Dark Orchid #9D33BA
RGB
CMYK
RGB Variations
Color information
#9D33BA (or 0x9D33BA) is known color: Dark Orchid. HEX triplet: 9D, 33 and BA. RGB value is (157,51,186). Sum of RGB (Red+Green+Blue) = 157+51+186=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D33BA is #62CC45. Grayscale: #616161. Windows color (decimal): -6474822 or 12202909. OLE color: 12202909.
HSL color Cylindrical-coordinate representation of color #9D33BA: hue angle of 287.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D33BA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 51 | 186 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.27 |
| HSL | 287.11º | 0.57% | 0.46% | - |
| HSV(B) | 287.11º | 0.73% | 0.73% | - |
| XYZ | 23.95 | 13.08 | 47.72 | - |
| YUV | 98.08 | 177.62 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 186 | 0.16 | 0.73 | 0 | 0.27 | 287.11 | 0.57 | 0.46 |
| Hex | 9D | 33 | BA | 10 | 49 | 0 | 1B | 11F | 39 | 2E |
| Octal | 235 | 63 | 272 | 20 | 111 | 0 | 33 | 437 | 71 | 56 |
| Binary | 10011101 | 110011 | 10111010 | 10000 | 1001001 | 0 | 11011 | 100011111 | 111001 | 101110 |
Color Harmonies of #9D33BA
Complementary color
Monochromatic Colors of #9D33BA
Black with #9D33BA
Text Example
Text Example
White with #9D33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D33BA; }
p { color: rgb(157,51,186); }
H1.HeaderClassName
{
color: #9D33BA;
}
.AnyTagClassName
{
color: #9D33BA;
}
</style>
background-color css
<style>
a { background-color: #9D33BA; }
a { background-color: rgb(157,51,186); }
div.DivClassName
{
background-color: #9D33BA;
}
.BgClassName
{
background-color: #9D33BA;
}
</style>
border-color css
<style>
span { border-color: #9D33BA; }
span { border-color: rgb(157,51,186); }
td.TdClassName
{
border-color: #9D33BA;
}
.TagClassName
{
border-color: #9D33BA;
}
</style>