Shades of Dark Orchid #993DDC
Tints of Dark Orchid #993DDC
RGB
CMYK
RGB Variations
Color information
#993DDC (or 0x993DDC) is known color: Dark Orchid. HEX triplet: 99, 3D and DC. RGB value is (153,61,220). Sum of RGB (Red+Green+Blue) = 153+61+220=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #993DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DDC is #66C223. Grayscale: #6A6A6A. Windows color (decimal): -6734372 or 14433689. OLE color: 14433689.
HSL color Cylindrical-coordinate representation of color #993DDC: hue angle of 274.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993DDC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 61 | 220 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.14 |
| HSL | 274.72º | 0.69% | 0.55% | - |
| HSV(B) | 274.72º | 0.72% | 0.86% | - |
| XYZ | 27.72 | 15.28 | 69.2 | - |
| YUV | 106.63 | 191.98 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 220 | 0.30 | 0.72 | 0 | 0.14 | 274.72 | 0.69 | 0.55 |
| Hex | 99 | 3D | DC | 1E | 48 | 0 | E | 113 | 45 | 37 |
| Octal | 231 | 75 | 334 | 36 | 110 | 0 | 16 | 423 | 105 | 67 |
| Binary | 10011001 | 111101 | 11011100 | 11110 | 1001000 | 0 | 1110 | 100010011 | 1000101 | 110111 |
Color Harmonies of #993DDC
Complementary color
Monochromatic Colors of #993DDC
Black with #993DDC
Text Example
Text Example
White with #993DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DDC; }
p { color: rgb(153,61,220); }
H1.HeaderClassName
{
color: #993DDC;
}
.AnyTagClassName
{
color: #993DDC;
}
</style>
background-color css
<style>
a { background-color: #993DDC; }
a { background-color: rgb(153,61,220); }
div.DivClassName
{
background-color: #993DDC;
}
.BgClassName
{
background-color: #993DDC;
}
</style>
border-color css
<style>
span { border-color: #993DDC; }
span { border-color: rgb(153,61,220); }
td.TdClassName
{
border-color: #993DDC;
}
.TagClassName
{
border-color: #993DDC;
}
</style>