Shades of Dark Orchid #993CCF
Tints of Dark Orchid #993CCF
RGB
CMYK
RGB Variations
Color information
#993CCF (or 0x993CCF) is known color: Dark Orchid. HEX triplet: 99, 3C and CF. RGB value is (153,60,207). Sum of RGB (Red+Green+Blue) = 153+60+207=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #993CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CCF is #66C330. Grayscale: #686868. Windows color (decimal): -6734641 or 13581465. OLE color: 13581465.
HSL color Cylindrical-coordinate representation of color #993CCF: hue angle of 277.96º degrees, saturation: 0.6, 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 #993CCF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 60 | 207 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.19 |
| HSL | 277.96º | 0.6% | 0.52% | - |
| HSV(B) | 277.96º | 0.71% | 0.81% | - |
| XYZ | 26.02 | 14.51 | 60.46 | - |
| YUV | 104.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 207 | 0.26 | 0.71 | 0 | 0.19 | 277.96 | 0.6 | 0.52 |
| Hex | 99 | 3C | CF | 1A | 47 | 0 | 13 | 116 | 3C | 34 |
| Octal | 231 | 74 | 317 | 32 | 107 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10011001 | 111100 | 11001111 | 11010 | 1000111 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #993CCF
Complementary color
Monochromatic Colors of #993CCF
Black with #993CCF
Text Example
Text Example
White with #993CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CCF; }
p { color: rgb(153,60,207); }
H1.HeaderClassName
{
color: #993CCF;
}
.AnyTagClassName
{
color: #993CCF;
}
</style>
background-color css
<style>
a { background-color: #993CCF; }
a { background-color: rgb(153,60,207); }
div.DivClassName
{
background-color: #993CCF;
}
.BgClassName
{
background-color: #993CCF;
}
</style>
border-color css
<style>
span { border-color: #993CCF; }
span { border-color: rgb(153,60,207); }
td.TdClassName
{
border-color: #993CCF;
}
.TagClassName
{
border-color: #993CCF;
}
</style>