Shades of Dark Orchid #973DBF
Tints of Dark Orchid #973DBF
RGB
CMYK
RGB Variations
Color information
#973DBF (or 0x973DBF) is known color: Dark Orchid. HEX triplet: 97, 3D and BF. RGB value is (151,61,191). Sum of RGB (Red+Green+Blue) = 151+61+191=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #973DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DBF is #68C240. Grayscale: #666666. Windows color (decimal): -6865473 or 12533143. OLE color: 12533143.
HSL color Cylindrical-coordinate representation of color #973DBF: hue angle of 281.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973DBF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 61 | 191 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.25 |
| HSL | 281.54º | 0.52% | 0.49% | - |
| HSV(B) | 281.54º | 0.68% | 0.75% | - |
| XYZ | 23.84 | 13.68 | 50.67 | - |
| YUV | 102.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 191 | 0.21 | 0.68 | 0 | 0.25 | 281.54 | 0.52 | 0.49 |
| Hex | 97 | 3D | BF | 15 | 44 | 0 | 19 | 11A | 34 | 31 |
| Octal | 227 | 75 | 277 | 25 | 104 | 0 | 31 | 432 | 64 | 61 |
| Binary | 10010111 | 111101 | 10111111 | 10101 | 1000100 | 0 | 11001 | 100011010 | 110100 | 110001 |
Color Harmonies of #973DBF
Complementary color
Monochromatic Colors of #973DBF
Black with #973DBF
Text Example
Text Example
White with #973DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DBF; }
p { color: rgb(151,61,191); }
H1.HeaderClassName
{
color: #973DBF;
}
.AnyTagClassName
{
color: #973DBF;
}
</style>
background-color css
<style>
a { background-color: #973DBF; }
a { background-color: rgb(151,61,191); }
div.DivClassName
{
background-color: #973DBF;
}
.BgClassName
{
background-color: #973DBF;
}
</style>
border-color css
<style>
span { border-color: #973DBF; }
span { border-color: rgb(151,61,191); }
td.TdClassName
{
border-color: #973DBF;
}
.TagClassName
{
border-color: #973DBF;
}
</style>