#982472

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

Shades of Dark Purple #982472

Tints of Dark Purple #982472

Color information

#982472 (or 0x982472) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 72. RGB value is (152,36,114). Sum of RGB (Red+Green+Blue) = 152+36+114=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #982472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982472 is #67DB8D. Grayscale: #4F4F4F. Windows color (decimal): -6806414 or 7480472. OLE color: 7480472.

HSL color Cylindrical-coordinate representation of color #982472: hue angle of 319.66º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982472 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15236114-
CMYK00.760.250.40
HSL319.66º61.7%36.86%-
HSV(B)319.66º76.32%59.61%-
XYZ16.629.1516.81-
YUV79.58147.43179.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 36 (14.45% from 255) = 11.92%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=50.33%
G=11.92%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523611400.760.250.40319.6661.736.86
Hex98247204C19281403e25
Octal23044162011431505007645
Binary1001100010010011100100100110011001101000101000000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982472; }

 p { color: rgb(152,36,114); }

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

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

 a { background-color: rgb(152,36,114); }

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

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

 span { border-color: rgb(152,36,114); }

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