Shades of Dark Orchid #9733D0
Tints of Dark Orchid #9733D0
RGB
CMYK
RGB Variations
Color information
#9733D0 (or 0x9733D0) is known color: Dark Orchid. HEX triplet: 97, 33 and D0. RGB value is (151,51,208). Sum of RGB (Red+Green+Blue) = 151+51+208=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #9733D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9733D0 is #68CC2F. Grayscale: #626262. Windows color (decimal): -6868016 or 13644695. OLE color: 13644695.
HSL color Cylindrical-coordinate representation of color #9733D0: hue angle of 278.22º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9733D0 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 51 | 208 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.18 |
| HSL | 278.22º | 0.63% | 0.51% | - |
| HSV(B) | 278.22º | 0.75% | 0.82% | - |
| XYZ | 25.33 | 13.5 | 60.95 | - |
| YUV | 98.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 208 | 0.27 | 0.75 | 0 | 0.18 | 278.22 | 0.63 | 0.51 |
| Hex | 97 | 33 | D0 | 1B | 4B | 0 | 12 | 116 | 3F | 33 |
| Octal | 227 | 63 | 320 | 33 | 113 | 0 | 22 | 426 | 77 | 63 |
| Binary | 10010111 | 110011 | 11010000 | 11011 | 1001011 | 0 | 10010 | 100010110 | 111111 | 110011 |
Color Harmonies of #9733D0
Complementary color
Monochromatic Colors of #9733D0
Black with #9733D0
Text Example
Text Example
White with #9733D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9733D0; }
p { color: rgb(151,51,208); }
H1.HeaderClassName
{
color: #9733D0;
}
.AnyTagClassName
{
color: #9733D0;
}
</style>
background-color css
<style>
a { background-color: #9733D0; }
a { background-color: rgb(151,51,208); }
div.DivClassName
{
background-color: #9733D0;
}
.BgClassName
{
background-color: #9733D0;
}
</style>
border-color css
<style>
span { border-color: #9733D0; }
span { border-color: rgb(151,51,208); }
td.TdClassName
{
border-color: #9733D0;
}
.TagClassName
{
border-color: #9733D0;
}
</style>