Shades of Dark Orchid #9A3ABD
Tints of Dark Orchid #9A3ABD
RGB
CMYK
RGB Variations
Color information
#9A3ABD (or 0x9A3ABD) is known color: Dark Orchid. HEX triplet: 9A, 3A and BD. RGB value is (154,58,189). Sum of RGB (Red+Green+Blue) = 154+58+189=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A3ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ABD is #65C542. Grayscale: #656565. Windows color (decimal): -6669635 or 12401306. OLE color: 12401306.
HSL color Cylindrical-coordinate representation of color #9A3ABD: hue angle of 283.97º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3ABD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 58 | 189 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.26 |
| HSL | 283.97º | 0.53% | 0.48% | - |
| HSV(B) | 283.97º | 0.69% | 0.74% | - |
| XYZ | 24.02 | 13.57 | 49.5 | - |
| YUV | 101.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 189 | 0.19 | 0.69 | 0 | 0.26 | 283.97 | 0.53 | 0.48 |
| Hex | 9A | 3A | BD | 13 | 45 | 0 | 1A | 11C | 35 | 30 |
| Octal | 232 | 72 | 275 | 23 | 105 | 0 | 32 | 434 | 65 | 60 |
| Binary | 10011010 | 111010 | 10111101 | 10011 | 1000101 | 0 | 11010 | 100011100 | 110101 | 110000 |
Color Harmonies of #9A3ABD
Complementary color
Monochromatic Colors of #9A3ABD
Black with #9A3ABD
Text Example
Text Example
White with #9A3ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3ABD; }
p { color: rgb(154,58,189); }
H1.HeaderClassName
{
color: #9A3ABD;
}
.AnyTagClassName
{
color: #9A3ABD;
}
</style>
background-color css
<style>
a { background-color: #9A3ABD; }
a { background-color: rgb(154,58,189); }
div.DivClassName
{
background-color: #9A3ABD;
}
.BgClassName
{
background-color: #9A3ABD;
}
</style>
border-color css
<style>
span { border-color: #9A3ABD; }
span { border-color: rgb(154,58,189); }
td.TdClassName
{
border-color: #9A3ABD;
}
.TagClassName
{
border-color: #9A3ABD;
}
</style>