#982484

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

Shades of Dark Purple #982484

Tints of Dark Purple #982484

Color information

#982484 (or 0x982484) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 84. RGB value is (152,36,132). Sum of RGB (Red+Green+Blue) = 152+36+132=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #982484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982484 is #67DB7B. Grayscale: #515151. Windows color (decimal): -6806396 or 8660120. OLE color: 8660120.

HSL color Cylindrical-coordinate representation of color #982484: hue angle of 310.34º 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 #982484 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15236132-
CMYK00.760.130.40
HSL310.34º61.7%36.86%-
HSV(B)310.34º76.32%59.61%-
XYZ17.749.622.75-
YUV81.63156.43178.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 36 (14.45% from 255) = 11.25%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=47.5%
G=11.25%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523613200.760.130.40310.3461.736.86
Hex98248404CD281363e25
Octal23044204011415504667645
Binary1001100010010010000100010011001101101000100110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982484; }

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

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

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

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

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

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

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

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