Shades of Dark Orchid #9733DC
Tints of Dark Orchid #9733DC
RGB
CMYK
RGB Variations
Color information
#9733DC (or 0x9733DC) is known color: Dark Orchid. HEX triplet: 97, 33 and DC. RGB value is (151,51,220). Sum of RGB (Red+Green+Blue) = 151+51+220=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #9733DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9733DC is #68CC23. Grayscale: #636363. Windows color (decimal): -6868004 or 14431127. OLE color: 14431127.
HSL color Cylindrical-coordinate representation of color #9733DC: hue angle of 275.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9733DC is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 51 | 220 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.14 |
| HSL | 275.5º | 0.71% | 0.53% | - |
| HSV(B) | 275.5º | 0.77% | 0.86% | - |
| XYZ | 26.86 | 14.11 | 69.02 | - |
| YUV | 100.17 | 195.63 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 220 | 0.31 | 0.77 | 0 | 0.14 | 275.5 | 0.71 | 0.53 |
| Hex | 97 | 33 | DC | 1F | 4D | 0 | E | 114 | 47 | 35 |
| Octal | 227 | 63 | 334 | 37 | 115 | 0 | 16 | 424 | 107 | 65 |
| Binary | 10010111 | 110011 | 11011100 | 11111 | 1001101 | 0 | 1110 | 100010100 | 1000111 | 110101 |
Color Harmonies of #9733DC
Complementary color
Monochromatic Colors of #9733DC
Black with #9733DC
Text Example
Text Example
White with #9733DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9733DC; }
p { color: rgb(151,51,220); }
H1.HeaderClassName
{
color: #9733DC;
}
.AnyTagClassName
{
color: #9733DC;
}
</style>
background-color css
<style>
a { background-color: #9733DC; }
a { background-color: rgb(151,51,220); }
div.DivClassName
{
background-color: #9733DC;
}
.BgClassName
{
background-color: #9733DC;
}
</style>
border-color css
<style>
span { border-color: #9733DC; }
span { border-color: rgb(151,51,220); }
td.TdClassName
{
border-color: #9733DC;
}
.TagClassName
{
border-color: #9733DC;
}
</style>