Shades of Dark Orchid #993BCB
Tints of Dark Orchid #993BCB
RGB
CMYK
RGB Variations
Color information
#993BCB (or 0x993BCB) is known color: Dark Orchid. HEX triplet: 99, 3B and CB. RGB value is (153,59,203). Sum of RGB (Red+Green+Blue) = 153+59+203=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #993BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BCB is #66C434. Grayscale: #676767. Windows color (decimal): -6734901 or 13319065. OLE color: 13319065.
HSL color Cylindrical-coordinate representation of color #993BCB: hue angle of 279.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993BCB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 59 | 203 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.20 |
| HSL | 279.17º | 0.58% | 0.51% | - |
| HSV(B) | 279.17º | 0.71% | 0.8% | - |
| XYZ | 25.48 | 14.21 | 57.9 | - |
| YUV | 103.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 203 | 0.25 | 0.71 | 0 | 0.20 | 279.17 | 0.58 | 0.51 |
| Hex | 99 | 3B | CB | 19 | 47 | 0 | 14 | 117 | 3A | 33 |
| Octal | 231 | 73 | 313 | 31 | 107 | 0 | 24 | 427 | 72 | 63 |
| Binary | 10011001 | 111011 | 11001011 | 11001 | 1000111 | 0 | 10100 | 100010111 | 111010 | 110011 |
Color Harmonies of #993BCB
Complementary color
Monochromatic Colors of #993BCB
Black with #993BCB
Text Example
Text Example
White with #993BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BCB; }
p { color: rgb(153,59,203); }
H1.HeaderClassName
{
color: #993BCB;
}
.AnyTagClassName
{
color: #993BCB;
}
</style>
background-color css
<style>
a { background-color: #993BCB; }
a { background-color: rgb(153,59,203); }
div.DivClassName
{
background-color: #993BCB;
}
.BgClassName
{
background-color: #993BCB;
}
</style>
border-color css
<style>
span { border-color: #993BCB; }
span { border-color: rgb(153,59,203); }
td.TdClassName
{
border-color: #993BCB;
}
.TagClassName
{
border-color: #993BCB;
}
</style>