#981B78

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

Shades of Dark Purple #981B78

Tints of Dark Purple #981B78

Color information

#981B78 (or 0x981B78) is unknown color: approx Dark Purple. HEX triplet: 98, 1B and 78. RGB value is (152,27,120). Sum of RGB (Red+Green+Blue) = 152+27+120=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #981B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B78 is #67E487. Grayscale: #4A4A4A. Windows color (decimal): -6808712 or 7871384. OLE color: 7871384.

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

Color convert

RGB15227120-
CMYK00.820.210.40
HSL315.36º69.83%35.1%-
HSV(B)315.36º82.24%59.61%-
XYZ16.738.8218.59-
YUV74.98153.41182.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 27 (10.94% from 255) = 9.03%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=50.84%
G=9.03%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522712000.820.210.40315.3669.8335.1
Hex981B78052152813b4623
Octal230331700122255047310643
Binary1001100011011111100001010010101011010001001110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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