#972EC6

Color #972EC6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #972EC6

Tints of Dark Orchid #972EC6

Color information

#972EC6 (or 0x972EC6) is unknown color: approx Dark Orchid. HEX triplet: 97, 2E and C6. RGB value is (151,46,198). Sum of RGB (Red+Green+Blue) = 151+46+198=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 46 (18.36% from 255 or 11.65% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #972EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EC6 is #68D139. Grayscale: #5E5E5E. Windows color (decimal): -6869306 or 12988055. OLE color: 12988055.

HSL color Cylindrical-coordinate representation of color #972EC6: hue angle of 281.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972EC6 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15146198-
CMYK0.240.7700.22
HSL281.45º62.3%47.84%-
HSV(B)281.45º76.77%77.65%-
XYZ23.9312.6154.6-
YUV94.72186.29168.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 46 (18.36% from 255) = 11.65%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=38.23%
G=11.65%
B=50.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151461980.240.7700.22281.4562.347.84
Hex972EC6184D0161193e30
Octal22756306301150264317660
Binary1001011110111011000110110001001101010110100011001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972EC6; }

 p { color: rgb(151,46,198); }

 H1.HeaderClassName
 {
   color: #972EC6;
 }
 .AnyTagClassName
 {
   color: #972EC6;
 }
</style>
background-color css

<style>
 a { background-color: #972EC6; }

 a { background-color: rgb(151,46,198); }

 div.DivClassName
 {
   background-color: #972EC6;
 }
 .BgClassName
 {
   background-color: #972EC6;
 }
</style>
border-color css

<style>
 span { border-color: #972EC6; }

 span { border-color: rgb(151,46,198); }

 td.TdClassName
 {
   border-color: #972EC6;
 }
 .TagClassName
 {
   border-color: #972EC6;
 }
</style>