Shades of Dark Orchid #9A3CCA
Tints of Dark Orchid #9A3CCA
RGB
CMYK
RGB Variations
Color information
#9A3CCA (or 0x9A3CCA) is known color: Dark Orchid. HEX triplet: 9A, 3C and CA. RGB value is (154,60,202). Sum of RGB (Red+Green+Blue) = 154+60+202=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A3CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3CCA is #65C335. Grayscale: #676767. Windows color (decimal): -6669110 or 13253786. OLE color: 13253786.
HSL color Cylindrical-coordinate representation of color #9A3CCA: hue angle of 279.72º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A3CCA is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 60 | 202 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.21 |
| HSL | 279.72º | 0.57% | 0.51% | - |
| HSV(B) | 279.72º | 0.7% | 0.79% | - |
| XYZ | 25.6 | 14.37 | 57.3 | - |
| YUV | 104.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 60 | 202 | 0.24 | 0.70 | 0 | 0.21 | 279.72 | 0.57 | 0.51 |
| Hex | 9A | 3C | CA | 18 | 46 | 0 | 15 | 118 | 39 | 33 |
| Octal | 232 | 74 | 312 | 30 | 106 | 0 | 25 | 430 | 71 | 63 |
| Binary | 10011010 | 111100 | 11001010 | 11000 | 1000110 | 0 | 10101 | 100011000 | 111001 | 110011 |
Color Harmonies of #9A3CCA
Complementary color
Monochromatic Colors of #9A3CCA
Black with #9A3CCA
Text Example
Text Example
White with #9A3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3CCA; }
p { color: rgb(154,60,202); }
H1.HeaderClassName
{
color: #9A3CCA;
}
.AnyTagClassName
{
color: #9A3CCA;
}
</style>
background-color css
<style>
a { background-color: #9A3CCA; }
a { background-color: rgb(154,60,202); }
div.DivClassName
{
background-color: #9A3CCA;
}
.BgClassName
{
background-color: #9A3CCA;
}
</style>
border-color css
<style>
span { border-color: #9A3CCA; }
span { border-color: rgb(154,60,202); }
td.TdClassName
{
border-color: #9A3CCA;
}
.TagClassName
{
border-color: #9A3CCA;
}
</style>