Shades of Dark Orchid #9930DC
Tints of Dark Orchid #9930DC
RGB
CMYK
RGB Variations
Color information
#9930DC (or 0x9930DC) is known color: Dark Orchid. HEX triplet: 99, 30 and DC. RGB value is (153,48,220). Sum of RGB (Red+Green+Blue) = 153+48+220=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #9930DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9930DC is #66CF23. Grayscale: #626262. Windows color (decimal): -6737700 or 14430361. OLE color: 14430361.
HSL color Cylindrical-coordinate representation of color #9930DC: hue angle of 276.63º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9930DC is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 48 | 220 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.14 |
| HSL | 276.63º | 0.71% | 0.53% | - |
| HSV(B) | 276.63º | 0.78% | 0.86% | - |
| XYZ | 27.11 | 14.05 | 68.99 | - |
| YUV | 99 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 220 | 0.30 | 0.78 | 0 | 0.14 | 276.63 | 0.71 | 0.53 |
| Hex | 99 | 30 | DC | 1E | 4E | 0 | E | 115 | 47 | 35 |
| Octal | 231 | 60 | 334 | 36 | 116 | 0 | 16 | 425 | 107 | 65 |
| Binary | 10011001 | 110000 | 11011100 | 11110 | 1001110 | 0 | 1110 | 100010101 | 1000111 | 110101 |
Color Harmonies of #9930DC
Complementary color
Monochromatic Colors of #9930DC
Black with #9930DC
Text Example
Text Example
White with #9930DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9930DC; }
p { color: rgb(153,48,220); }
H1.HeaderClassName
{
color: #9930DC;
}
.AnyTagClassName
{
color: #9930DC;
}
</style>
background-color css
<style>
a { background-color: #9930DC; }
a { background-color: rgb(153,48,220); }
div.DivClassName
{
background-color: #9930DC;
}
.BgClassName
{
background-color: #9930DC;
}
</style>
border-color css
<style>
span { border-color: #9930DC; }
span { border-color: rgb(153,48,220); }
td.TdClassName
{
border-color: #9930DC;
}
.TagClassName
{
border-color: #9930DC;
}
</style>