Shades of Dark Orchid #972ABC
Tints of Dark Orchid #972ABC
RGB
CMYK
RGB Variations
Color information
#972ABC (or 0x972ABC) is known color: Dark Orchid. HEX triplet: 97, 2A and BC. RGB value is (151,42,188). Sum of RGB (Red+Green+Blue) = 151+42+188=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #972ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ABC is #68D543. Grayscale: #5A5A5A. Windows color (decimal): -6870340 or 12331671. OLE color: 12331671.
HSL color Cylindrical-coordinate representation of color #972ABC: hue angle of 284.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972ABC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 42 | 188 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.26 |
| HSL | 284.79º | 0.63% | 0.45% | - |
| HSV(B) | 284.79º | 0.78% | 0.74% | - |
| XYZ | 22.67 | 11.87 | 48.67 | - |
| YUV | 91.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 188 | 0.20 | 0.78 | 0 | 0.26 | 284.79 | 0.63 | 0.45 |
| Hex | 97 | 2A | BC | 14 | 4E | 0 | 1A | 11D | 3F | 2D |
| Octal | 227 | 52 | 274 | 24 | 116 | 0 | 32 | 435 | 77 | 55 |
| Binary | 10010111 | 101010 | 10111100 | 10100 | 1001110 | 0 | 11010 | 100011101 | 111111 | 101101 |
Color Harmonies of #972ABC
Complementary color
Monochromatic Colors of #972ABC
Black with #972ABC
Text Example
Text Example
White with #972ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972ABC; }
p { color: rgb(151,42,188); }
H1.HeaderClassName
{
color: #972ABC;
}
.AnyTagClassName
{
color: #972ABC;
}
</style>
background-color css
<style>
a { background-color: #972ABC; }
a { background-color: rgb(151,42,188); }
div.DivClassName
{
background-color: #972ABC;
}
.BgClassName
{
background-color: #972ABC;
}
</style>
border-color css
<style>
span { border-color: #972ABC; }
span { border-color: rgb(151,42,188); }
td.TdClassName
{
border-color: #972ABC;
}
.TagClassName
{
border-color: #972ABC;
}
</style>