#981E8A

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

Shades of Dark Purple #981E8A

Tints of Dark Purple #981E8A

Color information

#981E8A (or 0x981E8A) is unknown color: approx Dark Purple. HEX triplet: 98, 1E and 8A. RGB value is (152,30,138). Sum of RGB (Red+Green+Blue) = 152+30+138=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #981E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E8A is #67E175. Grayscale: #4E4E4E. Windows color (decimal): -6807926 or 9051800. OLE color: 9051800.

HSL color Cylindrical-coordinate representation of color #981E8A: hue angle of 306.89º 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 #981E8A is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15230138-
CMYK00.800.090.40
HSL306.89º67.03%35.69%-
HSV(B)306.89º80.26%59.61%-
XYZ189.4424.92-
YUV78.79161.42180.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 30 (12.11% from 255) = 9.38%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=47.5%
G=9.38%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523013800.800.090.40306.8967.0335.69
Hex981E8A0509281334324
Octal230362120120115046310344
Binary1001100011110100010100101000010011010001001100111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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