Shades of Dark Orchid #973AB6
Tints of Dark Orchid #973AB6
RGB
CMYK
RGB Variations
Color information
#973AB6 (or 0x973AB6) is known color: Dark Orchid. HEX triplet: 97, 3A and B6. RGB value is (151,58,182). Sum of RGB (Red+Green+Blue) = 151+58+182=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #973AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973AB6 is #68C549. Grayscale: #636363. Windows color (decimal): -6866250 or 11942551. OLE color: 11942551.
HSL color Cylindrical-coordinate representation of color #973AB6: hue angle of 285º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973AB6 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 58 | 182 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.29 |
| HSL | 285º | 0.52% | 0.47% | - |
| HSV(B) | 285º | 0.68% | 0.71% | - |
| XYZ | 22.72 | 12.98 | 45.56 | - |
| YUV | 99.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 182 | 0.17 | 0.68 | 0 | 0.29 | 285 | 0.52 | 0.47 |
| Hex | 97 | 3A | B6 | 11 | 44 | 0 | 1D | 11D | 34 | 2F |
| Octal | 227 | 72 | 266 | 21 | 104 | 0 | 35 | 435 | 64 | 57 |
| Binary | 10010111 | 111010 | 10110110 | 10001 | 1000100 | 0 | 11101 | 100011101 | 110100 | 101111 |
Color Harmonies of #973AB6
Complementary color
Monochromatic Colors of #973AB6
Black with #973AB6
Text Example
Text Example
White with #973AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973AB6; }
p { color: rgb(151,58,182); }
H1.HeaderClassName
{
color: #973AB6;
}
.AnyTagClassName
{
color: #973AB6;
}
</style>
background-color css
<style>
a { background-color: #973AB6; }
a { background-color: rgb(151,58,182); }
div.DivClassName
{
background-color: #973AB6;
}
.BgClassName
{
background-color: #973AB6;
}
</style>
border-color css
<style>
span { border-color: #973AB6; }
span { border-color: rgb(151,58,182); }
td.TdClassName
{
border-color: #973AB6;
}
.TagClassName
{
border-color: #973AB6;
}
</style>