#982884

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

Shades of Dark Purple #982884

Tints of Dark Purple #982884

Color information

#982884 (or 0x982884) is unknown color: approx Dark Purple. HEX triplet: 98, 28 and 84. RGB value is (152,40,132). Sum of RGB (Red+Green+Blue) = 152+40+132=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #982884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982884 is #67D77B. Grayscale: #535353. Windows color (decimal): -6805372 or 8661144. OLE color: 8661144.

HSL color Cylindrical-coordinate representation of color #982884: hue angle of 310.71º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982884 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15240132-
CMYK00.740.130.40
HSL310.71º58.33%37.65%-
HSV(B)310.71º73.68%59.61%-
XYZ17.879.8622.79-
YUV83.98155.11176.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=46.91%
G=12.35%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524013200.740.130.40310.7158.3337.65
Hex98288404AD281373a26
Octal23050204011215504677246
Binary1001100010100010000100010010101101101000100110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982884; }

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

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

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

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

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

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

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

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