Shades of Dark Orchid #9A3EBF
Tints of Dark Orchid #9A3EBF
RGB
CMYK
RGB Variations
Color information
#9A3EBF (or 0x9A3EBF) is known color: Dark Orchid. HEX triplet: 9A, 3E and BF. RGB value is (154,62,191). Sum of RGB (Red+Green+Blue) = 154+62+191=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A3EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3EBF is #65C140. Grayscale: #676767. Windows color (decimal): -6668609 or 12533402. OLE color: 12533402.
HSL color Cylindrical-coordinate representation of color #9A3EBF: hue angle of 282.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3EBF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 62 | 191 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.25 |
| HSL | 282.79º | 0.51% | 0.5% | - |
| HSV(B) | 282.79º | 0.68% | 0.75% | - |
| XYZ | 24.45 | 14.08 | 50.72 | - |
| YUV | 104.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 191 | 0.19 | 0.68 | 0 | 0.25 | 282.79 | 0.51 | 0.5 |
| Hex | 9A | 3E | BF | 13 | 44 | 0 | 19 | 11B | 33 | 32 |
| Octal | 232 | 76 | 277 | 23 | 104 | 0 | 31 | 433 | 63 | 62 |
| Binary | 10011010 | 111110 | 10111111 | 10011 | 1000100 | 0 | 11001 | 100011011 | 110011 | 110010 |
Color Harmonies of #9A3EBF
Complementary color
Monochromatic Colors of #9A3EBF
Black with #9A3EBF
Text Example
Text Example
White with #9A3EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3EBF; }
p { color: rgb(154,62,191); }
H1.HeaderClassName
{
color: #9A3EBF;
}
.AnyTagClassName
{
color: #9A3EBF;
}
</style>
background-color css
<style>
a { background-color: #9A3EBF; }
a { background-color: rgb(154,62,191); }
div.DivClassName
{
background-color: #9A3EBF;
}
.BgClassName
{
background-color: #9A3EBF;
}
</style>
border-color css
<style>
span { border-color: #9A3EBF; }
span { border-color: rgb(154,62,191); }
td.TdClassName
{
border-color: #9A3EBF;
}
.TagClassName
{
border-color: #9A3EBF;
}
</style>