#972EB3

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

Shades of Dark Orchid #972EB3

Tints of Dark Orchid #972EB3

Color information

#972EB3 (or 0x972EB3) is unknown color: approx Dark Orchid. HEX triplet: 97, 2E and B3. RGB value is (151,46,179). Sum of RGB (Red+Green+Blue) = 151+46+179=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #972EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EB3 is #68D14C. Grayscale: #5C5C5C. Windows color (decimal): -6869325 or 11742871. OLE color: 11742871.

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

Color convert

RGB15146179-
CMYK0.160.7400.30
HSL287.37º59.11%44.12%-
HSV(B)287.37º74.3%70.2%-
XYZ21.8811.7943.77-
YUV92.56176.79169.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.16%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 179 (70.31% from 255) = 47.61%
R=40.16%
G=12.23%
B=47.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151461790.160.7400.30287.3759.1144.12
Hex972EB3104A01E11f3b2c
Octal22756263201120364377354
Binary1001011110111010110011100001001010011110100011111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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