Shades of Dark Orchid #993BCF
Tints of Dark Orchid #993BCF
RGB
CMYK
RGB Variations
Color information
#993BCF (or 0x993BCF) is known color: Dark Orchid. HEX triplet: 99, 3B and CF. RGB value is (153,59,207). Sum of RGB (Red+Green+Blue) = 153+59+207=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #993BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BCF is #66C430. Grayscale: #676767. Windows color (decimal): -6734897 or 13581209. OLE color: 13581209.
HSL color Cylindrical-coordinate representation of color #993BCF: hue angle of 278.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993BCF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 59 | 207 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.19 |
| HSL | 278.11º | 0.61% | 0.52% | - |
| HSV(B) | 278.11º | 0.71% | 0.81% | - |
| XYZ | 25.96 | 14.41 | 60.44 | - |
| YUV | 103.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 207 | 0.26 | 0.71 | 0 | 0.19 | 278.11 | 0.61 | 0.52 |
| Hex | 99 | 3B | CF | 1A | 47 | 0 | 13 | 116 | 3D | 34 |
| Octal | 231 | 73 | 317 | 32 | 107 | 0 | 23 | 426 | 75 | 64 |
| Binary | 10011001 | 111011 | 11001111 | 11010 | 1000111 | 0 | 10011 | 100010110 | 111101 | 110100 |
Color Harmonies of #993BCF
Complementary color
Monochromatic Colors of #993BCF
Black with #993BCF
Text Example
Text Example
White with #993BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BCF; }
p { color: rgb(153,59,207); }
H1.HeaderClassName
{
color: #993BCF;
}
.AnyTagClassName
{
color: #993BCF;
}
</style>
background-color css
<style>
a { background-color: #993BCF; }
a { background-color: rgb(153,59,207); }
div.DivClassName
{
background-color: #993BCF;
}
.BgClassName
{
background-color: #993BCF;
}
</style>
border-color css
<style>
span { border-color: #993BCF; }
span { border-color: rgb(153,59,207); }
td.TdClassName
{
border-color: #993BCF;
}
.TagClassName
{
border-color: #993BCF;
}
</style>