Shades of Dark Orchid #9330D0
Tints of Dark Orchid #9330D0
RGB
CMYK
RGB Variations
Color information
#9330D0 (or 0x9330D0) is known color: Dark Orchid. HEX triplet: 93, 30 and D0. RGB value is (147,48,208). Sum of RGB (Red+Green+Blue) = 147+48+208=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #9330D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9330D0 is #6CCF2F. Grayscale: #5F5F5F. Windows color (decimal): -7130928 or 13643923. OLE color: 13643923.
HSL color Cylindrical-coordinate representation of color #9330D0: hue angle of 277.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9330D0 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 48 | 208 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.18 |
| HSL | 277.13º | 0.63% | 0.5% | - |
| HSV(B) | 277.13º | 0.77% | 0.82% | - |
| XYZ | 24.47 | 12.87 | 60.87 | - |
| YUV | 95.84 | 191.3 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 208 | 0.29 | 0.77 | 0 | 0.18 | 277.13 | 0.63 | 0.5 |
| Hex | 93 | 30 | D0 | 1D | 4D | 0 | 12 | 115 | 3F | 32 |
| Octal | 223 | 60 | 320 | 35 | 115 | 0 | 22 | 425 | 77 | 62 |
| Binary | 10010011 | 110000 | 11010000 | 11101 | 1001101 | 0 | 10010 | 100010101 | 111111 | 110010 |
Color Harmonies of #9330D0
Complementary color
Monochromatic Colors of #9330D0
Black with #9330D0
Text Example
Text Example
White with #9330D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9330D0; }
p { color: rgb(147,48,208); }
H1.HeaderClassName
{
color: #9330D0;
}
.AnyTagClassName
{
color: #9330D0;
}
</style>
background-color css
<style>
a { background-color: #9330D0; }
a { background-color: rgb(147,48,208); }
div.DivClassName
{
background-color: #9330D0;
}
.BgClassName
{
background-color: #9330D0;
}
</style>
border-color css
<style>
span { border-color: #9330D0; }
span { border-color: rgb(147,48,208); }
td.TdClassName
{
border-color: #9330D0;
}
.TagClassName
{
border-color: #9330D0;
}
</style>