Shades of Dark Orchid #993BDA
Tints of Dark Orchid #993BDA
RGB
CMYK
RGB Variations
Color information
#993BDA (or 0x993BDA) is known color: Dark Orchid. HEX triplet: 99, 3B and DA. RGB value is (153,59,218). Sum of RGB (Red+Green+Blue) = 153+59+218=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #993BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BDA is #66C425. Grayscale: #686868. Windows color (decimal): -6734886 or 14302105. OLE color: 14302105.
HSL color Cylindrical-coordinate representation of color #993BDA: hue angle of 275.47º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993BDA is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 59 | 218 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.15 |
| HSL | 275.47º | 0.68% | 0.54% | - |
| HSV(B) | 275.47º | 0.73% | 0.85% | - |
| XYZ | 27.36 | 14.96 | 67.78 | - |
| YUV | 105.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 218 | 0.30 | 0.73 | 0 | 0.15 | 275.47 | 0.68 | 0.54 |
| Hex | 99 | 3B | DA | 1E | 49 | 0 | F | 113 | 44 | 36 |
| Octal | 231 | 73 | 332 | 36 | 111 | 0 | 17 | 423 | 104 | 66 |
| Binary | 10011001 | 111011 | 11011010 | 11110 | 1001001 | 0 | 1111 | 100010011 | 1000100 | 110110 |
Color Harmonies of #993BDA
Complementary color
Monochromatic Colors of #993BDA
Black with #993BDA
Text Example
Text Example
White with #993BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BDA; }
p { color: rgb(153,59,218); }
H1.HeaderClassName
{
color: #993BDA;
}
.AnyTagClassName
{
color: #993BDA;
}
</style>
background-color css
<style>
a { background-color: #993BDA; }
a { background-color: rgb(153,59,218); }
div.DivClassName
{
background-color: #993BDA;
}
.BgClassName
{
background-color: #993BDA;
}
</style>
border-color css
<style>
span { border-color: #993BDA; }
span { border-color: rgb(153,59,218); }
td.TdClassName
{
border-color: #993BDA;
}
.TagClassName
{
border-color: #993BDA;
}
</style>