Shades of Dark Orchid #9A3EBD
Tints of Dark Orchid #9A3EBD
RGB
CMYK
RGB Variations
Color information
#9A3EBD (or 0x9A3EBD) is known color: Dark Orchid. HEX triplet: 9A, 3E and BD. RGB value is (154,62,189). Sum of RGB (Red+Green+Blue) = 154+62+189=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A3EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3EBD is #65C142. Grayscale: #676767. Windows color (decimal): -6668611 or 12402330. OLE color: 12402330.
HSL color Cylindrical-coordinate representation of color #9A3EBD: hue angle of 283.46º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3EBD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 62 | 189 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.26 |
| HSL | 283.46º | 0.51% | 0.49% | - |
| HSV(B) | 283.46º | 0.67% | 0.74% | - |
| XYZ | 24.23 | 13.99 | 49.57 | - |
| YUV | 103.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 62 | 189 | 0.19 | 0.67 | 0 | 0.26 | 283.46 | 0.51 | 0.49 |
| Hex | 9A | 3E | BD | 13 | 43 | 0 | 1A | 11B | 33 | 31 |
| Octal | 232 | 76 | 275 | 23 | 103 | 0 | 32 | 433 | 63 | 61 |
| Binary | 10011010 | 111110 | 10111101 | 10011 | 1000011 | 0 | 11010 | 100011011 | 110011 | 110001 |
Color Harmonies of #9A3EBD
Complementary color
Monochromatic Colors of #9A3EBD
Black with #9A3EBD
Text Example
Text Example
White with #9A3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3EBD; }
p { color: rgb(154,62,189); }
H1.HeaderClassName
{
color: #9A3EBD;
}
.AnyTagClassName
{
color: #9A3EBD;
}
</style>
background-color css
<style>
a { background-color: #9A3EBD; }
a { background-color: rgb(154,62,189); }
div.DivClassName
{
background-color: #9A3EBD;
}
.BgClassName
{
background-color: #9A3EBD;
}
</style>
border-color css
<style>
span { border-color: #9A3EBD; }
span { border-color: rgb(154,62,189); }
td.TdClassName
{
border-color: #9A3EBD;
}
.TagClassName
{
border-color: #9A3EBD;
}
</style>