#972EB6

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

Shades of Dark Orchid #972EB6

Tints of Dark Orchid #972EB6

Color information

#972EB6 (or 0x972EB6) is unknown color: approx Dark Orchid. HEX triplet: 97, 2E and B6. RGB value is (151,46,182). Sum of RGB (Red+Green+Blue) = 151+46+182=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #972EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EB6 is #68D149. Grayscale: #5C5C5C. Windows color (decimal): -6869322 or 11939479. OLE color: 11939479.

HSL color Cylindrical-coordinate representation of color #972EB6: hue angle of 286.32º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972EB6 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15146182-
CMYK0.170.7500.29
HSL286.32º59.65%44.71%-
HSV(B)286.32º74.73%71.37%-
XYZ22.1811.9145.39-
YUV92.9178.29169.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 182 (71.48% from 255) = 48.02%
R=39.84%
G=12.14%
B=48.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151461820.170.7500.29286.3259.6544.71
Hex972EB6114B01D11e3c2d
Octal22756266211130354367455
Binary1001011110111010110110100011001011011101100011110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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