#972EB1

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

Shades of Dark Orchid #972EB1

Tints of Dark Orchid #972EB1

Color information

#972EB1 (or 0x972EB1) is unknown color: approx Dark Orchid. HEX triplet: 97, 2E and B1. RGB value is (151,46,177). Sum of RGB (Red+Green+Blue) = 151+46+177=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #972EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972EB1 is #68D14E. Grayscale: #5B5B5B. Windows color (decimal): -6869327 or 11611799. OLE color: 11611799.

HSL color Cylindrical-coordinate representation of color #972EB1: hue angle of 288.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #972EB1 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15146177-
CMYK0.150.7400.31
HSL288.09º58.74%43.73%-
HSV(B)288.09º74.01%69.41%-
XYZ21.6811.7142.71-
YUV92.33175.79169.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 46 (18.36% from 255) = 12.30%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=40.37%
G=12.30%
B=47.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151461770.150.7400.31288.0958.7443.73
Hex972EB1F4A01F1203b2c
Octal22756261171120374407354
Binary100101111011101011000111111001010011111100100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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