#892981

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

Shades of Dark Purple #892981

Tints of Dark Purple #892981

Color information

#892981 (or 0x892981) is unknown color: approx Dark Purple. HEX triplet: 89, 29 and 81. RGB value is (137,41,129). Sum of RGB (Red+Green+Blue) = 137+41+129=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #892981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892981 is #76D67E. Grayscale: #4F4F4F. Windows color (decimal): -7788159 or 8464777. OLE color: 8464777.

HSL color Cylindrical-coordinate representation of color #892981: hue angle of 305º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #892981 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB13741129-
CMYK00.700.060.46
HSL305º53.93%34.9%-
HSV(B)305º70.07%53.73%-
XYZ15.078.4921.61-
YUV79.74155.8168.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=44.63%
G=13.36%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374112900.700.060.4630553.9334.9
Hex89298104662E1313623
Octal2115120101066564616643
Binary100010011010011000000101000110110101110100110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892981; }

 p { color: rgb(137,41,129); }

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

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

 a { background-color: rgb(137,41,129); }

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

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

 span { border-color: rgb(137,41,129); }

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