#981E6F

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

Shades of Dark Purple #981E6F

Tints of Dark Purple #981E6F

Color information

#981E6F (or 0x981E6F) is unknown color: approx Dark Purple. HEX triplet: 98, 1E and 6F. RGB value is (152,30,111). Sum of RGB (Red+Green+Blue) = 152+30+111=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #981E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E6F is #67E190. Grayscale: #4B4B4B. Windows color (decimal): -6807953 or 7282328. OLE color: 7282328.

HSL color Cylindrical-coordinate representation of color #981E6F: hue angle of 320.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E6F is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15230111-
CMYK00.800.270.40
HSL320.16º67.03%35.69%-
HSV(B)320.16º80.26%59.61%-
XYZ16.288.7515.87-
YUV75.71147.92182.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 30 (12.11% from 255) = 10.24%
BLUE value IS 111 (43.75% from 255) = 37.88%
R=51.88%
G=10.24%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523011100.800.270.40320.1667.0335.69
Hex981E6F0501B281404324
Octal230361570120335050010344
Binary1001100011110110111101010000110111010001010000001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981E6F; }

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

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

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

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

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

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

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

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