#972485

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

Shades of Dark Purple #972485

Tints of Dark Purple #972485

Color information

#972485 (or 0x972485) is unknown color: approx Dark Purple. HEX triplet: 97, 24 and 85. RGB value is (151,36,133). Sum of RGB (Red+Green+Blue) = 151+36+133=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #972485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972485 is #68DB7A. Grayscale: #515151. Windows color (decimal): -6871931 or 8725655. OLE color: 8725655.

HSL color Cylindrical-coordinate representation of color #972485: hue angle of 309.39º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972485 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB15136133-
CMYK00.760.120.41
HSL309.39º61.5%36.67%-
HSV(B)309.39º76.16%59.22%-
XYZ17.639.5323.1-
YUV81.44157.1177.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 36 (14.45% from 255) = 11.25%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=47.19%
G=11.25%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513613300.760.120.41309.3961.536.67
Hex97248504CC291353d25
Octal22744205011414514657545
Binary1001011110010010000101010011001100101001100110101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972485; }

 p { color: rgb(151,36,133); }

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

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

 a { background-color: rgb(151,36,133); }

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

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

 span { border-color: rgb(151,36,133); }

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