Shades of Dark Orchid #9A3CDA
Tints of Dark Orchid #9A3CDA
RGB
CMYK
RGB Variations
Color information
#9A3CDA (or 0x9A3CDA) is known color: Dark Orchid. HEX triplet: 9A, 3C and DA. RGB value is (154,60,218). Sum of RGB (Red+Green+Blue) = 154+60+218=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3CDA is #65C325. Grayscale: #696969. Windows color (decimal): -6669094 or 14302362. OLE color: 14302362.
HSL color Cylindrical-coordinate representation of color #9A3CDA: hue angle of 275.7º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A3CDA is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 60 | 218 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.15 |
| HSL | 275.7º | 0.68% | 0.55% | - |
| HSV(B) | 275.7º | 0.72% | 0.85% | - |
| XYZ | 27.6 | 15.16 | 67.8 | - |
| YUV | 106.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 218 | 0.29 | 0.72 | 0 | 0.15 | 275.7 | 0.68 | 0.55 |
| Hex | 9A | 3C | DA | 1D | 48 | 0 | F | 114 | 44 | 37 |
| Octal | 232 | 74 | 332 | 35 | 110 | 0 | 17 | 424 | 104 | 67 |
| Binary | 10011010 | 111100 | 11011010 | 11101 | 1001000 | 0 | 1111 | 100010100 | 1000100 | 110111 |
Color Harmonies of #9A3CDA
Complementary color
Monochromatic Colors of #9A3CDA
Black with #9A3CDA
Text Example
Text Example
White with #9A3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3CDA; }
p { color: rgb(154,60,218); }
H1.HeaderClassName
{
color: #9A3CDA;
}
.AnyTagClassName
{
color: #9A3CDA;
}
</style>
background-color css
<style>
a { background-color: #9A3CDA; }
a { background-color: rgb(154,60,218); }
div.DivClassName
{
background-color: #9A3CDA;
}
.BgClassName
{
background-color: #9A3CDA;
}
</style>
border-color css
<style>
span { border-color: #9A3CDA; }
span { border-color: rgb(154,60,218); }
td.TdClassName
{
border-color: #9A3CDA;
}
.TagClassName
{
border-color: #9A3CDA;
}
</style>