#972D83

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

Shades of Dark Purple #972D83

Tints of Dark Purple #972D83

Color information

#972D83 (or 0x972D83) is unknown color: approx Dark Purple. HEX triplet: 97, 2D and 83. RGB value is (151,45,131). Sum of RGB (Red+Green+Blue) = 151+45+131=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #972D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972D83 is #68D27C. Grayscale: #565656. Windows color (decimal): -6869629 or 8596887. OLE color: 8596887.

HSL color Cylindrical-coordinate representation of color #972D83: hue angle of 311.32º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #972D83 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15145131-
CMYK00.700.130.41
HSL311.32º54.08%38.43%-
HSV(B)311.32º70.2%59.22%-
XYZ17.810.0922.48-
YUV86.5153.12174.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=46.18%
G=13.76%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514513100.700.130.41311.3254.0838.43
Hex972D83046D291373626
Octal22755203010615514676646
Binary1001011110110110000011010001101101101001100110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,45,131); }

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

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

 a { background-color: rgb(151,45,131); }

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

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

 span { border-color: rgb(151,45,131); }

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