Shades of Dark Orchid #993CBF
Tints of Dark Orchid #993CBF
RGB
CMYK
RGB Variations
Color information
#993CBF (or 0x993CBF) is known color: Dark Orchid. HEX triplet: 99, 3C and BF. RGB value is (153,60,191). Sum of RGB (Red+Green+Blue) = 153+60+191=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #993CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CBF is #66C340. Grayscale: #666666. Windows color (decimal): -6734657 or 12532889. OLE color: 12532889.
HSL color Cylindrical-coordinate representation of color #993CBF: hue angle of 282.6º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993CBF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 60 | 191 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.25 |
| HSL | 282.6º | 0.52% | 0.49% | - |
| HSV(B) | 282.6º | 0.69% | 0.75% | - |
| XYZ | 24.16 | 13.77 | 50.67 | - |
| YUV | 102.74 | 177.81 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 191 | 0.20 | 0.69 | 0 | 0.25 | 282.6 | 0.52 | 0.49 |
| Hex | 99 | 3C | BF | 14 | 45 | 0 | 19 | 11B | 34 | 31 |
| Octal | 231 | 74 | 277 | 24 | 105 | 0 | 31 | 433 | 64 | 61 |
| Binary | 10011001 | 111100 | 10111111 | 10100 | 1000101 | 0 | 11001 | 100011011 | 110100 | 110001 |
Color Harmonies of #993CBF
Complementary color
Monochromatic Colors of #993CBF
Black with #993CBF
Text Example
Text Example
White with #993CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CBF; }
p { color: rgb(153,60,191); }
H1.HeaderClassName
{
color: #993CBF;
}
.AnyTagClassName
{
color: #993CBF;
}
</style>
background-color css
<style>
a { background-color: #993CBF; }
a { background-color: rgb(153,60,191); }
div.DivClassName
{
background-color: #993CBF;
}
.BgClassName
{
background-color: #993CBF;
}
</style>
border-color css
<style>
span { border-color: #993CBF; }
span { border-color: rgb(153,60,191); }
td.TdClassName
{
border-color: #993CBF;
}
.TagClassName
{
border-color: #993CBF;
}
</style>