Shades of Dark Orchid #993DCB
Tints of Dark Orchid #993DCB
RGB
CMYK
RGB Variations
Color information
#993DCB (or 0x993DCB) is known color: Dark Orchid. HEX triplet: 99, 3D and CB. RGB value is (153,61,203). Sum of RGB (Red+Green+Blue) = 153+61+203=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #993DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DCB is #66C234. Grayscale: #686868. Windows color (decimal): -6734389 or 13319577. OLE color: 13319577.
HSL color Cylindrical-coordinate representation of color #993DCB: hue angle of 278.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993DCB is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 61 | 203 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.20 |
| HSL | 278.87º | 0.58% | 0.52% | - |
| HSV(B) | 278.87º | 0.7% | 0.8% | - |
| XYZ | 25.59 | 14.42 | 57.94 | - |
| YUV | 104.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 203 | 0.25 | 0.70 | 0 | 0.20 | 278.87 | 0.58 | 0.52 |
| Hex | 99 | 3D | CB | 19 | 46 | 0 | 14 | 117 | 3A | 34 |
| Octal | 231 | 75 | 313 | 31 | 106 | 0 | 24 | 427 | 72 | 64 |
| Binary | 10011001 | 111101 | 11001011 | 11001 | 1000110 | 0 | 10100 | 100010111 | 111010 | 110100 |
Color Harmonies of #993DCB
Complementary color
Monochromatic Colors of #993DCB
Black with #993DCB
Text Example
Text Example
White with #993DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DCB; }
p { color: rgb(153,61,203); }
H1.HeaderClassName
{
color: #993DCB;
}
.AnyTagClassName
{
color: #993DCB;
}
</style>
background-color css
<style>
a { background-color: #993DCB; }
a { background-color: rgb(153,61,203); }
div.DivClassName
{
background-color: #993DCB;
}
.BgClassName
{
background-color: #993DCB;
}
</style>
border-color css
<style>
span { border-color: #993DCB; }
span { border-color: rgb(153,61,203); }
td.TdClassName
{
border-color: #993DCB;
}
.TagClassName
{
border-color: #993DCB;
}
</style>