#892480

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

Shades of Dark Purple #892480

Tints of Dark Purple #892480

Color information

#892480 (or 0x892480) is unknown color: approx Dark Purple. HEX triplet: 89, 24 and 80. RGB value is (137,36,128). Sum of RGB (Red+Green+Blue) = 137+36+128=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #892480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892480 is #76DB7F. Grayscale: #4C4C4C. Windows color (decimal): -7789440 or 8397961. OLE color: 8397961.

HSL color Cylindrical-coordinate representation of color #892480: hue angle of 305.35º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892480 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13736128-
CMYK00.740.070.46
HSL305.35º58.38%33.92%-
HSV(B)305.35º73.72%53.73%-
XYZ14.848.1421.21-
YUV76.69156.96171.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=45.51%
G=11.96%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373612800.740.070.46305.3558.3833.92
Hex89248004A72E1313a22
Octal2114420001127564617242
Binary100010011001001000000001001010111101110100110001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892480; }

 p { color: rgb(137,36,128); }

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

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

 a { background-color: rgb(137,36,128); }

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

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

 span { border-color: rgb(137,36,128); }

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