Shades of Dark Orchid #993CCC
Tints of Dark Orchid #993CCC
RGB
CMYK
RGB Variations
Color information
#993CCC (or 0x993CCC) is known color: Dark Orchid. HEX triplet: 99, 3C and CC. RGB value is (153,60,204). Sum of RGB (Red+Green+Blue) = 153+60+204=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #993CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CCC is #66C333. Grayscale: #676767. Windows color (decimal): -6734644 or 13384857. OLE color: 13384857.
HSL color Cylindrical-coordinate representation of color #993CCC: hue angle of 278.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993CCC is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 60 | 204 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.2 |
| HSL | 278.75º | 0.59% | 0.52% | - |
| HSV(B) | 278.75º | 0.71% | 0.8% | - |
| XYZ | 25.65 | 14.36 | 58.55 | - |
| YUV | 104.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 204 | 0.25 | 0.71 | 0 | 0.2 | 278.75 | 0.59 | 0.52 |
| Hex | 99 | 3C | CC | 19 | 47 | 0 | 14 | 117 | 3B | 34 |
| Octal | 231 | 74 | 314 | 31 | 107 | 0 | 24 | 427 | 73 | 64 |
| Binary | 10011001 | 111100 | 11001100 | 11001 | 1000111 | 0 | 10100 | 100010111 | 111011 | 110100 |
Color Harmonies of #993CCC
Complementary color
Monochromatic Colors of #993CCC
Black with #993CCC
Text Example
Text Example
White with #993CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CCC; }
p { color: rgb(153,60,204); }
H1.HeaderClassName
{
color: #993CCC;
}
.AnyTagClassName
{
color: #993CCC;
}
</style>
background-color css
<style>
a { background-color: #993CCC; }
a { background-color: rgb(153,60,204); }
div.DivClassName
{
background-color: #993CCC;
}
.BgClassName
{
background-color: #993CCC;
}
</style>
border-color css
<style>
span { border-color: #993CCC; }
span { border-color: rgb(153,60,204); }
td.TdClassName
{
border-color: #993CCC;
}
.TagClassName
{
border-color: #993CCC;
}
</style>