Shades of Dark Orchid #973DB8
Tints of Dark Orchid #973DB8
RGB
CMYK
RGB Variations
Color information
#973DB8 (or 0x973DB8) is known color: Dark Orchid. HEX triplet: 97, 3D and B8. RGB value is (151,61,184). Sum of RGB (Red+Green+Blue) = 151+61+184=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #973DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DB8 is #68C247. Grayscale: #656565. Windows color (decimal): -6865480 or 12074391. OLE color: 12074391.
HSL color Cylindrical-coordinate representation of color #973DB8: hue angle of 283.9º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973DB8 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 61 | 184 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.28 |
| HSL | 283.9º | 0.5% | 0.48% | - |
| HSV(B) | 283.9º | 0.67% | 0.72% | - |
| XYZ | 23.08 | 13.38 | 46.71 | - |
| YUV | 101.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 184 | 0.18 | 0.67 | 0 | 0.28 | 283.9 | 0.5 | 0.48 |
| Hex | 97 | 3D | B8 | 12 | 43 | 0 | 1C | 11C | 32 | 30 |
| Octal | 227 | 75 | 270 | 22 | 103 | 0 | 34 | 434 | 62 | 60 |
| Binary | 10010111 | 111101 | 10111000 | 10010 | 1000011 | 0 | 11100 | 100011100 | 110010 | 110000 |
Color Harmonies of #973DB8
Complementary color
Monochromatic Colors of #973DB8
Black with #973DB8
Text Example
Text Example
White with #973DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DB8; }
p { color: rgb(151,61,184); }
H1.HeaderClassName
{
color: #973DB8;
}
.AnyTagClassName
{
color: #973DB8;
}
</style>
background-color css
<style>
a { background-color: #973DB8; }
a { background-color: rgb(151,61,184); }
div.DivClassName
{
background-color: #973DB8;
}
.BgClassName
{
background-color: #973DB8;
}
</style>
border-color css
<style>
span { border-color: #973DB8; }
span { border-color: rgb(151,61,184); }
td.TdClassName
{
border-color: #973DB8;
}
.TagClassName
{
border-color: #973DB8;
}
</style>