Shades of Dark Orchid #993CB6
Tints of Dark Orchid #993CB6
RGB
CMYK
RGB Variations
Color information
#993CB6 (or 0x993CB6) is known color: Dark Orchid. HEX triplet: 99, 3C and B6. RGB value is (153,60,182). Sum of RGB (Red+Green+Blue) = 153+60+182=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #993CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CB6 is #66C349. Grayscale: #656565. Windows color (decimal): -6734666 or 11943065. OLE color: 11943065.
HSL color Cylindrical-coordinate representation of color #993CB6: hue angle of 285.74º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993CB6 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 60 | 182 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.29 |
| HSL | 285.74º | 0.5% | 0.47% | - |
| HSV(B) | 285.74º | 0.67% | 0.71% | - |
| XYZ | 23.2 | 13.38 | 45.62 | - |
| YUV | 101.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 182 | 0.16 | 0.67 | 0 | 0.29 | 285.74 | 0.5 | 0.47 |
| Hex | 99 | 3C | B6 | 10 | 43 | 0 | 1D | 11E | 32 | 2F |
| Octal | 231 | 74 | 266 | 20 | 103 | 0 | 35 | 436 | 62 | 57 |
| Binary | 10011001 | 111100 | 10110110 | 10000 | 1000011 | 0 | 11101 | 100011110 | 110010 | 101111 |
Color Harmonies of #993CB6
Complementary color
Monochromatic Colors of #993CB6
Black with #993CB6
Text Example
Text Example
White with #993CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CB6; }
p { color: rgb(153,60,182); }
H1.HeaderClassName
{
color: #993CB6;
}
.AnyTagClassName
{
color: #993CB6;
}
</style>
background-color css
<style>
a { background-color: #993CB6; }
a { background-color: rgb(153,60,182); }
div.DivClassName
{
background-color: #993CB6;
}
.BgClassName
{
background-color: #993CB6;
}
</style>
border-color css
<style>
span { border-color: #993CB6; }
span { border-color: rgb(153,60,182); }
td.TdClassName
{
border-color: #993CB6;
}
.TagClassName
{
border-color: #993CB6;
}
</style>