#972BB5

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

Shades of Dark Orchid #972BB5

Tints of Dark Orchid #972BB5

Color information

#972BB5 (or 0x972BB5) is unknown color: approx Dark Orchid. HEX triplet: 97, 2B and B5. RGB value is (151,43,181). Sum of RGB (Red+Green+Blue) = 151+43+181=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #972BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BB5 is #68D44A. Grayscale: #5A5A5A. Windows color (decimal): -6870091 or 11873175. OLE color: 11873175.

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

Color convert

RGB15143181-
CMYK0.170.7600.29
HSL286.96º61.61%43.92%-
HSV(B)286.96º76.24%70.98%-
XYZ21.9711.6444.81-
YUV91.02178.78170.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 43 (17.19% from 255) = 11.47%
BLUE value IS 181 (71.09% from 255) = 48.27%
R=40.27%
G=11.47%
B=48.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151431810.170.7600.29286.9661.6143.92
Hex972BB5114C01D11f3e2c
Octal22753265211140354377654
Binary1001011110101110110101100011001100011101100011111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,43,181); }

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

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

 a { background-color: rgb(151,43,181); }

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

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

 span { border-color: rgb(151,43,181); }

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