Shades of Dark Orchid #994BDA
Tints of Dark Orchid #994BDA
RGB
CMYK
RGB Variations
Color information
#994BDA (or 0x994BDA) is known color: Dark Orchid. HEX triplet: 99, 4B and DA. RGB value is (153,75,218). Sum of RGB (Red+Green+Blue) = 153+75+218=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 75 (29.69% from 255 or 16.82% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #994BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BDA is #66B425. Grayscale: #727272. Windows color (decimal): -6730790 or 14306201. OLE color: 14306201.
HSL color Cylindrical-coordinate representation of color #994BDA: hue angle of 272.73º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994BDA is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 75 | 218 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.15 |
| HSL | 272.73º | 0.66% | 0.57% | - |
| HSV(B) | 272.73º | 0.66% | 0.85% | - |
| XYZ | 28.31 | 16.87 | 68.09 | - |
| YUV | 114.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 218 | 0.30 | 0.66 | 0 | 0.15 | 272.73 | 0.66 | 0.57 |
| Hex | 99 | 4B | DA | 1E | 42 | 0 | F | 111 | 42 | 39 |
| Octal | 231 | 113 | 332 | 36 | 102 | 0 | 17 | 421 | 102 | 71 |
| Binary | 10011001 | 1001011 | 11011010 | 11110 | 1000010 | 0 | 1111 | 100010001 | 1000010 | 111001 |
Color Harmonies of #994BDA
Complementary color
Monochromatic Colors of #994BDA
Black with #994BDA
Text Example
Text Example
White with #994BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BDA; }
p { color: rgb(153,75,218); }
H1.HeaderClassName
{
color: #994BDA;
}
.AnyTagClassName
{
color: #994BDA;
}
</style>
background-color css
<style>
a { background-color: #994BDA; }
a { background-color: rgb(153,75,218); }
div.DivClassName
{
background-color: #994BDA;
}
.BgClassName
{
background-color: #994BDA;
}
</style>
border-color css
<style>
span { border-color: #994BDA; }
span { border-color: rgb(153,75,218); }
td.TdClassName
{
border-color: #994BDA;
}
.TagClassName
{
border-color: #994BDA;
}
</style>