Shades of Dark Orchid #9A3ACA
Tints of Dark Orchid #9A3ACA
RGB
CMYK
RGB Variations
Color information
#9A3ACA (or 0x9A3ACA) is known color: Dark Orchid. HEX triplet: 9A, 3A and CA. RGB value is (154,58,202). Sum of RGB (Red+Green+Blue) = 154+58+202=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A3ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ACA is #65C535. Grayscale: #666666. Windows color (decimal): -6669622 or 13253274. OLE color: 13253274.
HSL color Cylindrical-coordinate representation of color #9A3ACA: hue angle of 280º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A3ACA is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 58 | 202 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.21 |
| HSL | 280º | 0.58% | 0.51% | - |
| HSV(B) | 280º | 0.71% | 0.79% | - |
| XYZ | 25.5 | 14.16 | 57.27 | - |
| YUV | 103.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 202 | 0.24 | 0.71 | 0 | 0.21 | 280 | 0.58 | 0.51 |
| Hex | 9A | 3A | CA | 18 | 47 | 0 | 15 | 118 | 3A | 33 |
| Octal | 232 | 72 | 312 | 30 | 107 | 0 | 25 | 430 | 72 | 63 |
| Binary | 10011010 | 111010 | 11001010 | 11000 | 1000111 | 0 | 10101 | 100011000 | 111010 | 110011 |
Color Harmonies of #9A3ACA
Complementary color
Monochromatic Colors of #9A3ACA
Black with #9A3ACA
Text Example
Text Example
White with #9A3ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3ACA; }
p { color: rgb(154,58,202); }
H1.HeaderClassName
{
color: #9A3ACA;
}
.AnyTagClassName
{
color: #9A3ACA;
}
</style>
background-color css
<style>
a { background-color: #9A3ACA; }
a { background-color: rgb(154,58,202); }
div.DivClassName
{
background-color: #9A3ACA;
}
.BgClassName
{
background-color: #9A3ACA;
}
</style>
border-color css
<style>
span { border-color: #9A3ACA; }
span { border-color: rgb(154,58,202); }
td.TdClassName
{
border-color: #9A3ACA;
}
.TagClassName
{
border-color: #9A3ACA;
}
</style>