Shades of Dark Orchid #993FCF
Tints of Dark Orchid #993FCF
RGB
CMYK
RGB Variations
Color information
#993FCF (or 0x993FCF) is known color: Dark Orchid. HEX triplet: 99, 3F and CF. RGB value is (153,63,207). Sum of RGB (Red+Green+Blue) = 153+63+207=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #993FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FCF is #66C030. Grayscale: #696969. Windows color (decimal): -6733873 or 13582233. OLE color: 13582233.
HSL color Cylindrical-coordinate representation of color #993FCF: hue angle of 277.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993FCF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 63 | 207 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.19 |
| HSL | 277.5º | 0.6% | 0.53% | - |
| HSV(B) | 277.5º | 0.7% | 0.81% | - |
| XYZ | 26.18 | 14.83 | 60.51 | - |
| YUV | 106.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 207 | 0.26 | 0.70 | 0 | 0.19 | 277.5 | 0.6 | 0.53 |
| Hex | 99 | 3F | CF | 1A | 46 | 0 | 13 | 116 | 3C | 35 |
| Octal | 231 | 77 | 317 | 32 | 106 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011001 | 111111 | 11001111 | 11010 | 1000110 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #993FCF
Complementary color
Monochromatic Colors of #993FCF
Black with #993FCF
Text Example
Text Example
White with #993FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FCF; }
p { color: rgb(153,63,207); }
H1.HeaderClassName
{
color: #993FCF;
}
.AnyTagClassName
{
color: #993FCF;
}
</style>
background-color css
<style>
a { background-color: #993FCF; }
a { background-color: rgb(153,63,207); }
div.DivClassName
{
background-color: #993FCF;
}
.BgClassName
{
background-color: #993FCF;
}
</style>
border-color css
<style>
span { border-color: #993FCF; }
span { border-color: rgb(153,63,207); }
td.TdClassName
{
border-color: #993FCF;
}
.TagClassName
{
border-color: #993FCF;
}
</style>