Shades of Dark Orchid #993FCB
Tints of Dark Orchid #993FCB
RGB
CMYK
RGB Variations
Color information
#993FCB (or 0x993FCB) is known color: Dark Orchid. HEX triplet: 99, 3F and CB. RGB value is (153,63,203). Sum of RGB (Red+Green+Blue) = 153+63+203=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #993FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FCB is #66C034. Grayscale: #696969. Windows color (decimal): -6733877 or 13320089. OLE color: 13320089.
HSL color Cylindrical-coordinate representation of color #993FCB: hue angle of 278.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993FCB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 63 | 203 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.20 |
| HSL | 278.57º | 0.57% | 0.52% | - |
| HSV(B) | 278.57º | 0.69% | 0.8% | - |
| XYZ | 25.69 | 14.64 | 57.97 | - |
| YUV | 105.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 203 | 0.25 | 0.69 | 0 | 0.20 | 278.57 | 0.57 | 0.52 |
| Hex | 99 | 3F | CB | 19 | 45 | 0 | 14 | 117 | 39 | 34 |
| Octal | 231 | 77 | 313 | 31 | 105 | 0 | 24 | 427 | 71 | 64 |
| Binary | 10011001 | 111111 | 11001011 | 11001 | 1000101 | 0 | 10100 | 100010111 | 111001 | 110100 |
Color Harmonies of #993FCB
Complementary color
Monochromatic Colors of #993FCB
Black with #993FCB
Text Example
Text Example
White with #993FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FCB; }
p { color: rgb(153,63,203); }
H1.HeaderClassName
{
color: #993FCB;
}
.AnyTagClassName
{
color: #993FCB;
}
</style>
background-color css
<style>
a { background-color: #993FCB; }
a { background-color: rgb(153,63,203); }
div.DivClassName
{
background-color: #993FCB;
}
.BgClassName
{
background-color: #993FCB;
}
</style>
border-color css
<style>
span { border-color: #993FCB; }
span { border-color: rgb(153,63,203); }
td.TdClassName
{
border-color: #993FCB;
}
.TagClassName
{
border-color: #993FCB;
}
</style>