#892A6A

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

Shades of Dark Purple #892A6A

Tints of Dark Purple #892A6A

Color information

#892A6A (or 0x892A6A) is unknown color: approx Dark Purple. HEX triplet: 89, 2A and 6A. RGB value is (137,42,106). Sum of RGB (Red+Green+Blue) = 137+42+106=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #892A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A6A is #76D595. Grayscale: #4D4D4D. Windows color (decimal): -7787926 or 6957705. OLE color: 6957705.

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

Color convert

RGB13742106-
CMYK00.690.230.46
HSL319.58º53.07%35.1%-
HSV(B)319.58º69.34%53.73%-
XYZ13.758.0114.46-
YUV77.7143.97170.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=48.07%
G=14.74%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374210600.690.230.46319.5853.0735.1
Hex892A6A045172E1403523
Octal21152152010527565006543
Binary1000100110101011010100100010110111101110101000000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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