#981b8e

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

Shades of Dark Purple #981B8E

Tints of Dark Purple #981B8E

Color information

#981B8E (or 0x981B8E) is unknown color: approx Dark Purple. HEX triplet: 98, 1B and 8E. RGB value is (152,27,142). Sum of RGB (Red+Green+Blue) = 152+27+142=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #981B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981B8E is #67E471. Grayscale: #4D4D4D. Windows color (decimal): -6808690 or 9313176. OLE color: 9313176.

HSL color Cylindrical-coordinate representation of color #981B8E: hue angle of 304.8º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981B8E is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15227142-
CMYK00.820.070.40
HSL304.8º69.83%35.1%-
HSV(B)304.8º82.24%59.61%-
XYZ18.229.4126.45-
YUV77.48164.41181.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=47.35%
G=8.41%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522714200.820.070.40304.869.8335.1
Hex981B8E0527281314623
Octal23033216012275046110643
Binary100110001101110001110010100101111010001001100011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981b8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,27,142); }

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

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

 a { background-color: rgb(152,27,142); }

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

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

 span { border-color: rgb(152,27,142); }

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