Shades of Dark Orchid #993CDA
Tints of Dark Orchid #993CDA
RGB
CMYK
RGB Variations
Color information
#993CDA (or 0x993CDA) is known color: Dark Orchid. HEX triplet: 99, 3C and DA. RGB value is (153,60,218). Sum of RGB (Red+Green+Blue) = 153+60+218=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #993CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CDA is #66C325. Grayscale: #696969. Windows color (decimal): -6734630 or 14302361. OLE color: 14302361.
HSL color Cylindrical-coordinate representation of color #993CDA: hue angle of 275.32º 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 #993CDA is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 60 | 218 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.15 |
| HSL | 275.32º | 0.68% | 0.55% | - |
| HSV(B) | 275.32º | 0.72% | 0.85% | - |
| XYZ | 27.41 | 15.07 | 67.79 | - |
| YUV | 105.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 218 | 0.30 | 0.72 | 0 | 0.15 | 275.32 | 0.68 | 0.55 |
| Hex | 99 | 3C | DA | 1E | 48 | 0 | F | 113 | 44 | 37 |
| Octal | 231 | 74 | 332 | 36 | 110 | 0 | 17 | 423 | 104 | 67 |
| Binary | 10011001 | 111100 | 11011010 | 11110 | 1001000 | 0 | 1111 | 100010011 | 1000100 | 110111 |
Color Harmonies of #993CDA
Complementary color
Monochromatic Colors of #993CDA
Black with #993CDA
Text Example
Text Example
White with #993CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CDA; }
p { color: rgb(153,60,218); }
H1.HeaderClassName
{
color: #993CDA;
}
.AnyTagClassName
{
color: #993CDA;
}
</style>
background-color css
<style>
a { background-color: #993CDA; }
a { background-color: rgb(153,60,218); }
div.DivClassName
{
background-color: #993CDA;
}
.BgClassName
{
background-color: #993CDA;
}
</style>
border-color css
<style>
span { border-color: #993CDA; }
span { border-color: rgb(153,60,218); }
td.TdClassName
{
border-color: #993CDA;
}
.TagClassName
{
border-color: #993CDA;
}
</style>