#982A6F

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

Shades of Dark Purple #982A6F

Tints of Dark Purple #982A6F

Color information

#982A6F (or 0x982A6F) is unknown color: approx Dark Purple. HEX triplet: 98, 2A and 6F. RGB value is (152,42,111). Sum of RGB (Red+Green+Blue) = 152+42+111=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #982A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982A6F is #67D590. Grayscale: #525252. Windows color (decimal): -6804881 or 7285400. OLE color: 7285400.

HSL color Cylindrical-coordinate representation of color #982A6F: hue angle of 322.36º degrees, saturation: 0.57, 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 #982A6F is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15242111-
CMYK00.720.270.40
HSL322.36º56.7%38.04%-
HSV(B)322.36º72.37%59.61%-
XYZ16.659.4815.99-
YUV82.76143.94177.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 111 (43.75% from 255) = 36.39%
R=49.84%
G=13.77%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524211100.720.270.40322.3656.738.04
Hex982A6F0481B281423926
Octal23052157011033505027146
Binary1001100010101011011110100100011011101000101000010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,42,111); }

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

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

 a { background-color: rgb(152,42,111); }

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

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

 span { border-color: rgb(152,42,111); }

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