Shades of Dark Orchid #993DDA
Tints of Dark Orchid #993DDA
RGB
CMYK
RGB Variations
Color information
#993DDA (or 0x993DDA) is known color: Dark Orchid. HEX triplet: 99, 3D and DA. RGB value is (153,61,218). Sum of RGB (Red+Green+Blue) = 153+61+218=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #993DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DDA is #66C225. Grayscale: #696969. Windows color (decimal): -6734374 or 14302617. OLE color: 14302617.
HSL color Cylindrical-coordinate representation of color #993DDA: hue angle of 275.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993DDA is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 61 | 218 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.15 |
| HSL | 275.16º | 0.68% | 0.55% | - |
| HSV(B) | 275.16º | 0.72% | 0.85% | - |
| XYZ | 27.46 | 15.17 | 67.81 | - |
| YUV | 106.41 | 190.98 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 218 | 0.30 | 0.72 | 0 | 0.15 | 275.16 | 0.68 | 0.55 |
| Hex | 99 | 3D | DA | 1E | 48 | 0 | F | 113 | 44 | 37 |
| Octal | 231 | 75 | 332 | 36 | 110 | 0 | 17 | 423 | 104 | 67 |
| Binary | 10011001 | 111101 | 11011010 | 11110 | 1001000 | 0 | 1111 | 100010011 | 1000100 | 110111 |
Color Harmonies of #993DDA
Complementary color
Monochromatic Colors of #993DDA
Black with #993DDA
Text Example
Text Example
White with #993DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DDA; }
p { color: rgb(153,61,218); }
H1.HeaderClassName
{
color: #993DDA;
}
.AnyTagClassName
{
color: #993DDA;
}
</style>
background-color css
<style>
a { background-color: #993DDA; }
a { background-color: rgb(153,61,218); }
div.DivClassName
{
background-color: #993DDA;
}
.BgClassName
{
background-color: #993DDA;
}
</style>
border-color css
<style>
span { border-color: #993DDA; }
span { border-color: rgb(153,61,218); }
td.TdClassName
{
border-color: #993DDA;
}
.TagClassName
{
border-color: #993DDA;
}
</style>