Shades of Dark Orchid #993BD4
Tints of Dark Orchid #993BD4
RGB
CMYK
RGB Variations
Color information
#993BD4 (or 0x993BD4) is known color: Dark Orchid. HEX triplet: 99, 3B and D4. RGB value is (153,59,212). Sum of RGB (Red+Green+Blue) = 153+59+212=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #993BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BD4 is #66C42B. Grayscale: #686868. Windows color (decimal): -6734892 or 13908889. OLE color: 13908889.
HSL color Cylindrical-coordinate representation of color #993BD4: hue angle of 276.86º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993BD4 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 59 | 212 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.17 |
| HSL | 276.86º | 0.64% | 0.53% | - |
| HSV(B) | 276.86º | 0.72% | 0.83% | - |
| XYZ | 26.58 | 14.65 | 63.71 | - |
| YUV | 104.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 212 | 0.28 | 0.72 | 0 | 0.17 | 276.86 | 0.64 | 0.53 |
| Hex | 99 | 3B | D4 | 1C | 48 | 0 | 11 | 115 | 40 | 35 |
| Octal | 231 | 73 | 324 | 34 | 110 | 0 | 21 | 425 | 100 | 65 |
| Binary | 10011001 | 111011 | 11010100 | 11100 | 1001000 | 0 | 10001 | 100010101 | 1000000 | 110101 |
Color Harmonies of #993BD4
Complementary color
Monochromatic Colors of #993BD4
Black with #993BD4
Text Example
Text Example
White with #993BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BD4; }
p { color: rgb(153,59,212); }
H1.HeaderClassName
{
color: #993BD4;
}
.AnyTagClassName
{
color: #993BD4;
}
</style>
background-color css
<style>
a { background-color: #993BD4; }
a { background-color: rgb(153,59,212); }
div.DivClassName
{
background-color: #993BD4;
}
.BgClassName
{
background-color: #993BD4;
}
</style>
border-color css
<style>
span { border-color: #993BD4; }
span { border-color: rgb(153,59,212); }
td.TdClassName
{
border-color: #993BD4;
}
.TagClassName
{
border-color: #993BD4;
}
</style>