Shades of Dark Orchid #9A2AC0
Tints of Dark Orchid #9A2AC0
RGB
CMYK
RGB Variations
Color information
#9A2AC0 (or 0x9A2AC0) is known color: Dark Orchid. HEX triplet: 9A, 2A and C0. RGB value is (154,42,192). Sum of RGB (Red+Green+Blue) = 154+42+192=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #9A2AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2AC0 is #65D53F. Grayscale: #5C5C5C. Windows color (decimal): -6673728 or 12593818. OLE color: 12593818.
HSL color Cylindrical-coordinate representation of color #9A2AC0: hue angle of 284.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2AC0 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 42 | 192 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.25 |
| HSL | 284.8º | 0.64% | 0.46% | - |
| HSV(B) | 284.8º | 0.78% | 0.75% | - |
| XYZ | 23.67 | 12.33 | 51 | - |
| YUV | 92.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 192 | 0.20 | 0.78 | 0 | 0.25 | 284.8 | 0.64 | 0.46 |
| Hex | 9A | 2A | C0 | 14 | 4E | 0 | 19 | 11D | 40 | 2E |
| Octal | 232 | 52 | 300 | 24 | 116 | 0 | 31 | 435 | 100 | 56 |
| Binary | 10011010 | 101010 | 11000000 | 10100 | 1001110 | 0 | 11001 | 100011101 | 1000000 | 101110 |
Color Harmonies of #9A2AC0
Complementary color
Monochromatic Colors of #9A2AC0
Black with #9A2AC0
Text Example
Text Example
White with #9A2AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2AC0; }
p { color: rgb(154,42,192); }
H1.HeaderClassName
{
color: #9A2AC0;
}
.AnyTagClassName
{
color: #9A2AC0;
}
</style>
background-color css
<style>
a { background-color: #9A2AC0; }
a { background-color: rgb(154,42,192); }
div.DivClassName
{
background-color: #9A2AC0;
}
.BgClassName
{
background-color: #9A2AC0;
}
</style>
border-color css
<style>
span { border-color: #9A2AC0; }
span { border-color: rgb(154,42,192); }
td.TdClassName
{
border-color: #9A2AC0;
}
.TagClassName
{
border-color: #9A2AC0;
}
</style>