Shades of Dark Orchid #9A3ABC
Tints of Dark Orchid #9A3ABC
RGB
CMYK
RGB Variations
Color information
#9A3ABC (or 0x9A3ABC) is known color: Dark Orchid. HEX triplet: 9A, 3A and BC. RGB value is (154,58,188). Sum of RGB (Red+Green+Blue) = 154+58+188=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3ABC is #65C543. Grayscale: #656565. Windows color (decimal): -6669636 or 12335770. OLE color: 12335770.
HSL color Cylindrical-coordinate representation of color #9A3ABC: hue angle of 284.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3ABC is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 58 | 188 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.26 |
| HSL | 284.31º | 0.53% | 0.48% | - |
| HSV(B) | 284.31º | 0.69% | 0.74% | - |
| XYZ | 23.92 | 13.53 | 48.93 | - |
| YUV | 101.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 188 | 0.18 | 0.69 | 0 | 0.26 | 284.31 | 0.53 | 0.48 |
| Hex | 9A | 3A | BC | 12 | 45 | 0 | 1A | 11C | 35 | 30 |
| Octal | 232 | 72 | 274 | 22 | 105 | 0 | 32 | 434 | 65 | 60 |
| Binary | 10011010 | 111010 | 10111100 | 10010 | 1000101 | 0 | 11010 | 100011100 | 110101 | 110000 |
Color Harmonies of #9A3ABC
Complementary color
Monochromatic Colors of #9A3ABC
Black with #9A3ABC
Text Example
Text Example
White with #9A3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3ABC; }
p { color: rgb(154,58,188); }
H1.HeaderClassName
{
color: #9A3ABC;
}
.AnyTagClassName
{
color: #9A3ABC;
}
</style>
background-color css
<style>
a { background-color: #9A3ABC; }
a { background-color: rgb(154,58,188); }
div.DivClassName
{
background-color: #9A3ABC;
}
.BgClassName
{
background-color: #9A3ABC;
}
</style>
border-color css
<style>
span { border-color: #9A3ABC; }
span { border-color: rgb(154,58,188); }
td.TdClassName
{
border-color: #9A3ABC;
}
.TagClassName
{
border-color: #9A3ABC;
}
</style>