Shades of Dark Orchid #993CBE
Tints of Dark Orchid #993CBE
RGB
CMYK
RGB Variations
Color information
#993CBE (or 0x993CBE) is known color: Dark Orchid. HEX triplet: 99, 3C and BE. RGB value is (153,60,190). Sum of RGB (Red+Green+Blue) = 153+60+190=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #993CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CBE is #66C341. Grayscale: #666666. Windows color (decimal): -6734658 or 12467353. OLE color: 12467353.
HSL color Cylindrical-coordinate representation of color #993CBE: hue angle of 282.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993CBE is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 60 | 190 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.25 |
| HSL | 282.92º | 0.52% | 0.49% | - |
| HSV(B) | 282.92º | 0.68% | 0.75% | - |
| XYZ | 24.05 | 13.72 | 50.1 | - |
| YUV | 102.63 | 177.31 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 190 | 0.19 | 0.68 | 0 | 0.25 | 282.92 | 0.52 | 0.49 |
| Hex | 99 | 3C | BE | 13 | 44 | 0 | 19 | 11B | 34 | 31 |
| Octal | 231 | 74 | 276 | 23 | 104 | 0 | 31 | 433 | 64 | 61 |
| Binary | 10011001 | 111100 | 10111110 | 10011 | 1000100 | 0 | 11001 | 100011011 | 110100 | 110001 |
Color Harmonies of #993CBE
Complementary color
Monochromatic Colors of #993CBE
Black with #993CBE
Text Example
Text Example
White with #993CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CBE; }
p { color: rgb(153,60,190); }
H1.HeaderClassName
{
color: #993CBE;
}
.AnyTagClassName
{
color: #993CBE;
}
</style>
background-color css
<style>
a { background-color: #993CBE; }
a { background-color: rgb(153,60,190); }
div.DivClassName
{
background-color: #993CBE;
}
.BgClassName
{
background-color: #993CBE;
}
</style>
border-color css
<style>
span { border-color: #993CBE; }
span { border-color: rgb(153,60,190); }
td.TdClassName
{
border-color: #993CBE;
}
.TagClassName
{
border-color: #993CBE;
}
</style>