Shades of Dark Orchid #993DBA
Tints of Dark Orchid #993DBA
RGB
CMYK
RGB Variations
Color information
#993DBA (or 0x993DBA) is known color: Dark Orchid. HEX triplet: 99, 3D and BA. RGB value is (153,61,186). Sum of RGB (Red+Green+Blue) = 153+61+186=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #993DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DBA is #66C245. Grayscale: #666666. Windows color (decimal): -6734406 or 12205465. OLE color: 12205465.
HSL color Cylindrical-coordinate representation of color #993DBA: hue angle of 284.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993DBA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 61 | 186 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.27 |
| HSL | 284.16º | 0.51% | 0.48% | - |
| HSV(B) | 284.16º | 0.67% | 0.73% | - |
| XYZ | 23.67 | 13.65 | 47.84 | - |
| YUV | 102.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 186 | 0.18 | 0.67 | 0 | 0.27 | 284.16 | 0.51 | 0.48 |
| Hex | 99 | 3D | BA | 12 | 43 | 0 | 1B | 11C | 33 | 30 |
| Octal | 231 | 75 | 272 | 22 | 103 | 0 | 33 | 434 | 63 | 60 |
| Binary | 10011001 | 111101 | 10111010 | 10010 | 1000011 | 0 | 11011 | 100011100 | 110011 | 110000 |
Color Harmonies of #993DBA
Complementary color
Monochromatic Colors of #993DBA
Black with #993DBA
Text Example
Text Example
White with #993DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DBA; }
p { color: rgb(153,61,186); }
H1.HeaderClassName
{
color: #993DBA;
}
.AnyTagClassName
{
color: #993DBA;
}
</style>
background-color css
<style>
a { background-color: #993DBA; }
a { background-color: rgb(153,61,186); }
div.DivClassName
{
background-color: #993DBA;
}
.BgClassName
{
background-color: #993DBA;
}
</style>
border-color css
<style>
span { border-color: #993DBA; }
span { border-color: rgb(153,61,186); }
td.TdClassName
{
border-color: #993DBA;
}
.TagClassName
{
border-color: #993DBA;
}
</style>