Shades of Dark Orchid #973ACF
Tints of Dark Orchid #973ACF
RGB
CMYK
RGB Variations
Color information
#973ACF (or 0x973ACF) is known color: Dark Orchid. HEX triplet: 97, 3A and CF. RGB value is (151,58,207). Sum of RGB (Red+Green+Blue) = 151+58+207=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #973ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ACF is #68C530. Grayscale: #666666. Windows color (decimal): -6866225 or 13580951. OLE color: 13580951.
HSL color Cylindrical-coordinate representation of color #973ACF: hue angle of 277.45º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973ACF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 58 | 207 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.19 |
| HSL | 277.45º | 0.61% | 0.52% | - |
| HSV(B) | 277.45º | 0.72% | 0.81% | - |
| XYZ | 25.54 | 14.11 | 60.41 | - |
| YUV | 102.79 | 186.81 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 207 | 0.27 | 0.72 | 0 | 0.19 | 277.45 | 0.61 | 0.52 |
| Hex | 97 | 3A | CF | 1B | 48 | 0 | 13 | 115 | 3D | 34 |
| Octal | 227 | 72 | 317 | 33 | 110 | 0 | 23 | 425 | 75 | 64 |
| Binary | 10010111 | 111010 | 11001111 | 11011 | 1001000 | 0 | 10011 | 100010101 | 111101 | 110100 |
Color Harmonies of #973ACF
Complementary color
Monochromatic Colors of #973ACF
Black with #973ACF
Text Example
Text Example
White with #973ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ACF; }
p { color: rgb(151,58,207); }
H1.HeaderClassName
{
color: #973ACF;
}
.AnyTagClassName
{
color: #973ACF;
}
</style>
background-color css
<style>
a { background-color: #973ACF; }
a { background-color: rgb(151,58,207); }
div.DivClassName
{
background-color: #973ACF;
}
.BgClassName
{
background-color: #973ACF;
}
</style>
border-color css
<style>
span { border-color: #973ACF; }
span { border-color: rgb(151,58,207); }
td.TdClassName
{
border-color: #973ACF;
}
.TagClassName
{
border-color: #973ACF;
}
</style>