Shades of Dark Orchid #972ACC
Tints of Dark Orchid #972ACC
RGB
CMYK
RGB Variations
Color information
#972ACC (or 0x972ACC) is known color: Dark Orchid. HEX triplet: 97, 2A and CC. RGB value is (151,42,204). Sum of RGB (Red+Green+Blue) = 151+42+204=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #972ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ACC is #68D533. Grayscale: #5C5C5C. Windows color (decimal): -6870324 or 13380247. OLE color: 13380247.
HSL color Cylindrical-coordinate representation of color #972ACC: hue angle of 280.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972ACC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 42 | 204 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.2 |
| HSL | 280.37º | 0.66% | 0.48% | - |
| HSV(B) | 280.37º | 0.79% | 0.8% | - |
| XYZ | 24.49 | 12.59 | 58.27 | - |
| YUV | 93.06 | 190.61 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 204 | 0.26 | 0.79 | 0 | 0.2 | 280.37 | 0.66 | 0.48 |
| Hex | 97 | 2A | CC | 1A | 4F | 0 | 14 | 118 | 42 | 30 |
| Octal | 227 | 52 | 314 | 32 | 117 | 0 | 24 | 430 | 102 | 60 |
| Binary | 10010111 | 101010 | 11001100 | 11010 | 1001111 | 0 | 10100 | 100011000 | 1000010 | 110000 |
Color Harmonies of #972ACC
Complementary color
Monochromatic Colors of #972ACC
Black with #972ACC
Text Example
Text Example
White with #972ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972ACC; }
p { color: rgb(151,42,204); }
H1.HeaderClassName
{
color: #972ACC;
}
.AnyTagClassName
{
color: #972ACC;
}
</style>
background-color css
<style>
a { background-color: #972ACC; }
a { background-color: rgb(151,42,204); }
div.DivClassName
{
background-color: #972ACC;
}
.BgClassName
{
background-color: #972ACC;
}
</style>
border-color css
<style>
span { border-color: #972ACC; }
span { border-color: rgb(151,42,204); }
td.TdClassName
{
border-color: #972ACC;
}
.TagClassName
{
border-color: #972ACC;
}
</style>