Shades of Dark Orchid #994BD6
Tints of Dark Orchid #994BD6
RGB
CMYK
RGB Variations
Color information
#994BD6 (or 0x994BD6) is known color: Dark Orchid. HEX triplet: 99, 4B and D6. RGB value is (153,75,214). Sum of RGB (Red+Green+Blue) = 153+75+214=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #994BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BD6 is #66B429. Grayscale: #717171. Windows color (decimal): -6730794 or 14044057. OLE color: 14044057.
HSL color Cylindrical-coordinate representation of color #994BD6: hue angle of 273.67º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994BD6 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 75 | 214 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.16 |
| HSL | 273.67º | 0.63% | 0.57% | - |
| HSV(B) | 273.67º | 0.65% | 0.84% | - |
| XYZ | 27.79 | 16.66 | 65.37 | - |
| YUV | 114.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 214 | 0.29 | 0.65 | 0 | 0.16 | 273.67 | 0.63 | 0.57 |
| Hex | 99 | 4B | D6 | 1D | 41 | 0 | 10 | 112 | 3F | 39 |
| Octal | 231 | 113 | 326 | 35 | 101 | 0 | 20 | 422 | 77 | 71 |
| Binary | 10011001 | 1001011 | 11010110 | 11101 | 1000001 | 0 | 10000 | 100010010 | 111111 | 111001 |
Color Harmonies of #994BD6
Complementary color
Monochromatic Colors of #994BD6
Black with #994BD6
Text Example
Text Example
White with #994BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BD6; }
p { color: rgb(153,75,214); }
H1.HeaderClassName
{
color: #994BD6;
}
.AnyTagClassName
{
color: #994BD6;
}
</style>
background-color css
<style>
a { background-color: #994BD6; }
a { background-color: rgb(153,75,214); }
div.DivClassName
{
background-color: #994BD6;
}
.BgClassName
{
background-color: #994BD6;
}
</style>
border-color css
<style>
span { border-color: #994BD6; }
span { border-color: rgb(153,75,214); }
td.TdClassName
{
border-color: #994BD6;
}
.TagClassName
{
border-color: #994BD6;
}
</style>