Shades of Dark Orchid #993AB3
Tints of Dark Orchid #993AB3
RGB
CMYK
RGB Variations
Color information
#993AB3 (or 0x993AB3) is known color: Dark Orchid. HEX triplet: 99, 3A and B3. RGB value is (153,58,179). Sum of RGB (Red+Green+Blue) = 153+58+179=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #993AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993AB3 is #66C54C. Grayscale: #636363. Windows color (decimal): -6735181 or 11745945. OLE color: 11745945.
HSL color Cylindrical-coordinate representation of color #993AB3: hue angle of 287.11º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993AB3 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 58 | 179 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.30 |
| HSL | 287.11º | 0.51% | 0.46% | - |
| HSV(B) | 287.11º | 0.68% | 0.7% | - |
| XYZ | 22.79 | 13.05 | 43.97 | - |
| YUV | 100.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 179 | 0.15 | 0.68 | 0 | 0.30 | 287.11 | 0.51 | 0.46 |
| Hex | 99 | 3A | B3 | F | 44 | 0 | 1E | 11F | 33 | 2E |
| Octal | 231 | 72 | 263 | 17 | 104 | 0 | 36 | 437 | 63 | 56 |
| Binary | 10011001 | 111010 | 10110011 | 1111 | 1000100 | 0 | 11110 | 100011111 | 110011 | 101110 |
Color Harmonies of #993AB3
Complementary color
Monochromatic Colors of #993AB3
Black with #993AB3
Text Example
Text Example
White with #993AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AB3; }
p { color: rgb(153,58,179); }
H1.HeaderClassName
{
color: #993AB3;
}
.AnyTagClassName
{
color: #993AB3;
}
</style>
background-color css
<style>
a { background-color: #993AB3; }
a { background-color: rgb(153,58,179); }
div.DivClassName
{
background-color: #993AB3;
}
.BgClassName
{
background-color: #993AB3;
}
</style>
border-color css
<style>
span { border-color: #993AB3; }
span { border-color: rgb(153,58,179); }
td.TdClassName
{
border-color: #993AB3;
}
.TagClassName
{
border-color: #993AB3;
}
</style>