Shades of Dark Orchid #9934C0
Tints of Dark Orchid #9934C0
RGB
CMYK
RGB Variations
Color information
#9934C0 (or 0x9934C0) is known color: Dark Orchid. HEX triplet: 99, 34 and C0. RGB value is (153,52,192). Sum of RGB (Red+Green+Blue) = 153+52+192=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #9934C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9934C0 is #66CB3F. Grayscale: #616161. Windows color (decimal): -6736704 or 12596377. OLE color: 12596377.
HSL color Cylindrical-coordinate representation of color #9934C0: hue angle of 283.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9934C0 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 52 | 192 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.25 |
| HSL | 283.29º | 0.57% | 0.48% | - |
| HSV(B) | 283.29º | 0.73% | 0.75% | - |
| XYZ | 23.88 | 13.03 | 51.13 | - |
| YUV | 98.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 192 | 0.20 | 0.73 | 0 | 0.25 | 283.29 | 0.57 | 0.48 |
| Hex | 99 | 34 | C0 | 14 | 49 | 0 | 19 | 11B | 39 | 30 |
| Octal | 231 | 64 | 300 | 24 | 111 | 0 | 31 | 433 | 71 | 60 |
| Binary | 10011001 | 110100 | 11000000 | 10100 | 1001001 | 0 | 11001 | 100011011 | 111001 | 110000 |
Color Harmonies of #9934C0
Complementary color
Monochromatic Colors of #9934C0
Black with #9934C0
Text Example
Text Example
White with #9934C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9934C0; }
p { color: rgb(153,52,192); }
H1.HeaderClassName
{
color: #9934C0;
}
.AnyTagClassName
{
color: #9934C0;
}
</style>
background-color css
<style>
a { background-color: #9934C0; }
a { background-color: rgb(153,52,192); }
div.DivClassName
{
background-color: #9934C0;
}
.BgClassName
{
background-color: #9934C0;
}
</style>
border-color css
<style>
span { border-color: #9934C0; }
span { border-color: rgb(153,52,192); }
td.TdClassName
{
border-color: #9934C0;
}
.TagClassName
{
border-color: #9934C0;
}
</style>