Shades of Dark Orchid #9A3DBC
Tints of Dark Orchid #9A3DBC
RGB
CMYK
RGB Variations
Color information
#9A3DBC (or 0x9A3DBC) is known color: Dark Orchid. HEX triplet: 9A, 3D and BC. RGB value is (154,61,188). Sum of RGB (Red+Green+Blue) = 154+61+188=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A3DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DBC is #65C243. Grayscale: #666666. Windows color (decimal): -6668868 or 12336538. OLE color: 12336538.
HSL color Cylindrical-coordinate representation of color #9A3DBC: hue angle of 283.94º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3DBC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 61 | 188 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.26 |
| HSL | 283.94º | 0.51% | 0.49% | - |
| HSV(B) | 283.94º | 0.68% | 0.74% | - |
| XYZ | 24.07 | 13.84 | 48.98 | - |
| YUV | 103.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 188 | 0.18 | 0.68 | 0 | 0.26 | 283.94 | 0.51 | 0.49 |
| Hex | 9A | 3D | BC | 12 | 44 | 0 | 1A | 11C | 33 | 31 |
| Octal | 232 | 75 | 274 | 22 | 104 | 0 | 32 | 434 | 63 | 61 |
| Binary | 10011010 | 111101 | 10111100 | 10010 | 1000100 | 0 | 11010 | 100011100 | 110011 | 110001 |
Color Harmonies of #9A3DBC
Complementary color
Monochromatic Colors of #9A3DBC
Black with #9A3DBC
Text Example
Text Example
White with #9A3DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3DBC; }
p { color: rgb(154,61,188); }
H1.HeaderClassName
{
color: #9A3DBC;
}
.AnyTagClassName
{
color: #9A3DBC;
}
</style>
background-color css
<style>
a { background-color: #9A3DBC; }
a { background-color: rgb(154,61,188); }
div.DivClassName
{
background-color: #9A3DBC;
}
.BgClassName
{
background-color: #9A3DBC;
}
</style>
border-color css
<style>
span { border-color: #9A3DBC; }
span { border-color: rgb(154,61,188); }
td.TdClassName
{
border-color: #9A3DBC;
}
.TagClassName
{
border-color: #9A3DBC;
}
</style>