Shades of Dark Orchid #9A1ACA
Tints of Dark Orchid #9A1ACA
RGB
CMYK
RGB Variations
Color information
#9A1ACA (or 0x9A1ACA) is known color: Dark Orchid. HEX triplet: 9A, 1A and CA. RGB value is (154,26,202). Sum of RGB (Red+Green+Blue) = 154+26+202=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A1ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1ACA is #65E535. Grayscale: #535353. Windows color (decimal): -6677814 or 13245082. OLE color: 13245082.
HSL color Cylindrical-coordinate representation of color #9A1ACA: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1ACA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 26 | 202 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.21 |
| HSL | 283.64º | 0.77% | 0.45% | - |
| HSV(B) | 283.64º | 0.87% | 0.79% | - |
| XYZ | 24.36 | 11.87 | 56.89 | - |
| YUV | 84.34 | 194.41 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 202 | 0.24 | 0.87 | 0 | 0.21 | 283.64 | 0.77 | 0.45 |
| Hex | 9A | 1A | CA | 18 | 57 | 0 | 15 | 11C | 4D | 2D |
| Octal | 232 | 32 | 312 | 30 | 127 | 0 | 25 | 434 | 115 | 55 |
| Binary | 10011010 | 11010 | 11001010 | 11000 | 1010111 | 0 | 10101 | 100011100 | 1001101 | 101101 |
Color Harmonies of #9A1ACA
Complementary color
Monochromatic Colors of #9A1ACA
Black with #9A1ACA
Text Example
Text Example
White with #9A1ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1ACA; }
p { color: rgb(154,26,202); }
H1.HeaderClassName
{
color: #9A1ACA;
}
.AnyTagClassName
{
color: #9A1ACA;
}
</style>
background-color css
<style>
a { background-color: #9A1ACA; }
a { background-color: rgb(154,26,202); }
div.DivClassName
{
background-color: #9A1ACA;
}
.BgClassName
{
background-color: #9A1ACA;
}
</style>
border-color css
<style>
span { border-color: #9A1ACA; }
span { border-color: rgb(154,26,202); }
td.TdClassName
{
border-color: #9A1ACA;
}
.TagClassName
{
border-color: #9A1ACA;
}
</style>