#981B72

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

Shades of Dark Purple #981B72

Tints of Dark Purple #981B72

Color information

#981B72 (or 0x981B72) is unknown color: approx Dark Purple. HEX triplet: 98, 1B and 72. RGB value is (152,27,114). Sum of RGB (Red+Green+Blue) = 152+27+114=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #981B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981B72 is #67E48D. Grayscale: #4A4A4A. Windows color (decimal): -6808718 or 7478168. OLE color: 7478168.

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

Color convert

RGB15227114-
CMYK00.820.250.40
HSL318.24º69.83%35.1%-
HSV(B)318.24º82.24%59.61%-
XYZ16.388.6716.73-
YUV74.29150.41183.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=51.88%
G=9.22%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522711400.820.250.40318.2469.8335.1
Hex981B72052192813e4623
Octal230331620122315047610643
Binary1001100011011111001001010010110011010001001111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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