#982B82

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

Shades of Dark Purple #982B82

Tints of Dark Purple #982B82

Color information

#982B82 (or 0x982B82) is unknown color: approx Dark Purple. HEX triplet: 98, 2B and 82. RGB value is (152,43,130). Sum of RGB (Red+Green+Blue) = 152+43+130=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #982B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982B82 is #67D47D. Grayscale: #555555. Windows color (decimal): -6804606 or 8530840. OLE color: 8530840.

HSL color Cylindrical-coordinate representation of color #982B82: hue angle of 312.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B82 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15243130-
CMYK00.720.140.40
HSL312.11º55.9%38.24%-
HSV(B)312.11º71.71%59.61%-
XYZ17.8410.0122.11-
YUV85.51153.11175.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 130 (51.17% from 255) = 40%
R=46.77%
G=13.23%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524313000.720.140.40312.1155.938.24
Hex982B82048E281383826
Octal23053202011016504707046
Binary1001100010101110000010010010001110101000100111000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982B82; }

 p { color: rgb(152,43,130); }

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

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

 a { background-color: rgb(152,43,130); }

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

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

 span { border-color: rgb(152,43,130); }

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