#892A79

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

Shades of Dark Purple #892A79

Tints of Dark Purple #892A79

Color information

#892A79 (or 0x892A79) is unknown color: approx Dark Purple. HEX triplet: 89, 2A and 79. RGB value is (137,42,121). Sum of RGB (Red+Green+Blue) = 137+42+121=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #892A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A79 is #76D586. Grayscale: #4F4F4F. Windows color (decimal): -7787911 or 7940745. OLE color: 7940745.

HSL color Cylindrical-coordinate representation of color #892A79: hue angle of 310.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892A79 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13742121-
CMYK00.690.120.46
HSL310.11º53.07%35.1%-
HSV(B)310.11º69.34%53.73%-
XYZ14.68.3518.93-
YUV79.41151.47169.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=45.67%
G=14%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374212100.690.120.46310.1153.0735.1
Hex892A79045C2E1363523
Octal21152171010514564666543
Binary100010011010101111001010001011100101110100110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892A79; }

 p { color: rgb(137,42,121); }

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

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

 a { background-color: rgb(137,42,121); }

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

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

 span { border-color: rgb(137,42,121); }

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