Shades of Dark Orchid #993BBE
Tints of Dark Orchid #993BBE
RGB
CMYK
RGB Variations
Color information
#993BBE (or 0x993BBE) is known color: Dark Orchid. HEX triplet: 99, 3B and BE. RGB value is (153,59,190). Sum of RGB (Red+Green+Blue) = 153+59+190=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #993BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BBE is #66C441. Grayscale: #656565. Windows color (decimal): -6734914 or 12467097. OLE color: 12467097.
HSL color Cylindrical-coordinate representation of color #993BBE: hue angle of 283.05º degrees, saturation: 0.53, 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 #993BBE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 59 | 190 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.25 |
| HSL | 283.05º | 0.53% | 0.49% | - |
| HSV(B) | 283.05º | 0.69% | 0.75% | - |
| XYZ | 24 | 13.62 | 50.08 | - |
| YUV | 102.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 190 | 0.19 | 0.69 | 0 | 0.25 | 283.05 | 0.53 | 0.49 |
| Hex | 99 | 3B | BE | 13 | 45 | 0 | 19 | 11B | 35 | 31 |
| Octal | 231 | 73 | 276 | 23 | 105 | 0 | 31 | 433 | 65 | 61 |
| Binary | 10011001 | 111011 | 10111110 | 10011 | 1000101 | 0 | 11001 | 100011011 | 110101 | 110001 |
Color Harmonies of #993BBE
Complementary color
Monochromatic Colors of #993BBE
Black with #993BBE
Text Example
Text Example
White with #993BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BBE; }
p { color: rgb(153,59,190); }
H1.HeaderClassName
{
color: #993BBE;
}
.AnyTagClassName
{
color: #993BBE;
}
</style>
background-color css
<style>
a { background-color: #993BBE; }
a { background-color: rgb(153,59,190); }
div.DivClassName
{
background-color: #993BBE;
}
.BgClassName
{
background-color: #993BBE;
}
</style>
border-color css
<style>
span { border-color: #993BBE; }
span { border-color: rgb(153,59,190); }
td.TdClassName
{
border-color: #993BBE;
}
.TagClassName
{
border-color: #993BBE;
}
</style>