Shades of Dark Orchid #993BCE
Tints of Dark Orchid #993BCE
RGB
CMYK
RGB Variations
Color information
#993BCE (or 0x993BCE) is known color: Dark Orchid. HEX triplet: 99, 3B and CE. RGB value is (153,59,206). Sum of RGB (Red+Green+Blue) = 153+59+206=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #993BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BCE is #66C431. Grayscale: #676767. Windows color (decimal): -6734898 or 13515673. OLE color: 13515673.
HSL color Cylindrical-coordinate representation of color #993BCE: hue angle of 278.37º 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 #993BCE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 59 | 206 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.19 |
| HSL | 278.37º | 0.6% | 0.52% | - |
| HSV(B) | 278.37º | 0.71% | 0.81% | - |
| XYZ | 25.84 | 14.36 | 59.8 | - |
| YUV | 103.86 | 185.64 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 206 | 0.26 | 0.71 | 0 | 0.19 | 278.37 | 0.6 | 0.52 |
| Hex | 99 | 3B | CE | 1A | 47 | 0 | 13 | 116 | 3C | 34 |
| Octal | 231 | 73 | 316 | 32 | 107 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10011001 | 111011 | 11001110 | 11010 | 1000111 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #993BCE
Complementary color
Monochromatic Colors of #993BCE
Black with #993BCE
Text Example
Text Example
White with #993BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BCE; }
p { color: rgb(153,59,206); }
H1.HeaderClassName
{
color: #993BCE;
}
.AnyTagClassName
{
color: #993BCE;
}
</style>
background-color css
<style>
a { background-color: #993BCE; }
a { background-color: rgb(153,59,206); }
div.DivClassName
{
background-color: #993BCE;
}
.BgClassName
{
background-color: #993BCE;
}
</style>
border-color css
<style>
span { border-color: #993BCE; }
span { border-color: rgb(153,59,206); }
td.TdClassName
{
border-color: #993BCE;
}
.TagClassName
{
border-color: #993BCE;
}
</style>