Shades of Dark Orchid #9949E0
Tints of Dark Orchid #9949E0
RGB
CMYK
RGB Variations
Color information
#9949E0 (or 0x9949E0) is known color: Dark Orchid. HEX triplet: 99, 49 and E0. RGB value is (153,73,224). Sum of RGB (Red+Green+Blue) = 153+73+224=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #9949E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949E0 is #66B61F. Grayscale: #717171. Windows color (decimal): -6731296 or 14698905. OLE color: 14698905.
HSL color Cylindrical-coordinate representation of color #9949E0: hue angle of 271.79º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9949E0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 73 | 224 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.12 |
| HSL | 271.79º | 0.71% | 0.58% | - |
| HSV(B) | 271.79º | 0.67% | 0.88% | - |
| XYZ | 28.97 | 16.92 | 72.26 | - |
| YUV | 114.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 224 | 0.32 | 0.67 | 0 | 0.12 | 271.79 | 0.71 | 0.58 |
| Hex | 99 | 49 | E0 | 20 | 43 | 0 | C | 110 | 47 | 3A |
| Octal | 231 | 111 | 340 | 40 | 103 | 0 | 14 | 420 | 107 | 72 |
| Binary | 10011001 | 1001001 | 11100000 | 100000 | 1000011 | 0 | 1100 | 100010000 | 1000111 | 111010 |
Color Harmonies of #9949E0
Complementary color
Monochromatic Colors of #9949E0
Black with #9949E0
Text Example
Text Example
White with #9949E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949E0; }
p { color: rgb(153,73,224); }
H1.HeaderClassName
{
color: #9949E0;
}
.AnyTagClassName
{
color: #9949E0;
}
</style>
background-color css
<style>
a { background-color: #9949E0; }
a { background-color: rgb(153,73,224); }
div.DivClassName
{
background-color: #9949E0;
}
.BgClassName
{
background-color: #9949E0;
}
</style>
border-color css
<style>
span { border-color: #9949E0; }
span { border-color: rgb(153,73,224); }
td.TdClassName
{
border-color: #9949E0;
}
.TagClassName
{
border-color: #9949E0;
}
</style>