#892A6C

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

Shades of Dark Purple #892A6C

Tints of Dark Purple #892A6C

Color information

#892A6C (or 0x892A6C) is unknown color: approx Dark Purple. HEX triplet: 89, 2A and 6C. RGB value is (137,42,108). Sum of RGB (Red+Green+Blue) = 137+42+108=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #892A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A6C is #76D593. Grayscale: #4D4D4D. Windows color (decimal): -7787924 or 7088777. OLE color: 7088777.

HSL color Cylindrical-coordinate representation of color #892A6C: hue angle of 318.32º 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 #892A6C is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB13742108-
CMYK00.690.210.46
HSL318.32º53.07%35.1%-
HSV(B)318.32º69.34%53.73%-
XYZ13.858.0615.01-
YUV77.93144.97170.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 42 (16.80% from 255) = 14.63%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=47.74%
G=14.63%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374210800.690.210.46318.3253.0735.1
Hex892A6C045152E13e3523
Octal21152154010525564766543
Binary1000100110101011011000100010110101101110100111110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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