Shades of Dark Orchid #9A43DD
Tints of Dark Orchid #9A43DD
RGB
CMYK
RGB Variations
Color information
#9A43DD (or 0x9A43DD) is known color: Dark Orchid. HEX triplet: 9A, 43 and DD. RGB value is (154,67,221). Sum of RGB (Red+Green+Blue) = 154+67+221=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A43DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A43DD is #65BC22. Grayscale: #6E6E6E. Windows color (decimal): -6667299 or 14500762. OLE color: 14500762.
HSL color Cylindrical-coordinate representation of color #9A43DD: hue angle of 273.9º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A43DD is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 67 | 221 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.13 |
| HSL | 273.9º | 0.69% | 0.56% | - |
| HSV(B) | 273.9º | 0.7% | 0.87% | - |
| XYZ | 28.38 | 16.1 | 70.02 | - |
| YUV | 110.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 221 | 0.30 | 0.70 | 0 | 0.13 | 273.9 | 0.69 | 0.56 |
| Hex | 9A | 43 | DD | 1E | 46 | 0 | D | 112 | 45 | 38 |
| Octal | 232 | 103 | 335 | 36 | 106 | 0 | 15 | 422 | 105 | 70 |
| Binary | 10011010 | 1000011 | 11011101 | 11110 | 1000110 | 0 | 1101 | 100010010 | 1000101 | 111000 |
Color Harmonies of #9A43DD
Complementary color
Monochromatic Colors of #9A43DD
Black with #9A43DD
Text Example
Text Example
White with #9A43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A43DD; }
p { color: rgb(154,67,221); }
H1.HeaderClassName
{
color: #9A43DD;
}
.AnyTagClassName
{
color: #9A43DD;
}
</style>
background-color css
<style>
a { background-color: #9A43DD; }
a { background-color: rgb(154,67,221); }
div.DivClassName
{
background-color: #9A43DD;
}
.BgClassName
{
background-color: #9A43DD;
}
</style>
border-color css
<style>
span { border-color: #9A43DD; }
span { border-color: rgb(154,67,221); }
td.TdClassName
{
border-color: #9A43DD;
}
.TagClassName
{
border-color: #9A43DD;
}
</style>