#892B6F

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

Shades of Dark Purple #892B6F

Tints of Dark Purple #892B6F

Color information

#892B6F (or 0x892B6F) is unknown color: approx Dark Purple. HEX triplet: 89, 2B and 6F. RGB value is (137,43,111). Sum of RGB (Red+Green+Blue) = 137+43+111=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #892B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892B6F is #76D490. Grayscale: #4E4E4E. Windows color (decimal): -7787665 or 7285641. OLE color: 7285641.

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

Color convert

RGB13743111-
CMYK00.690.190.46
HSL316.6º52.22%35.29%-
HSV(B)316.6º68.61%53.73%-
XYZ14.058.1915.88-
YUV78.86146.14169.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=47.08%
G=14.78%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374311100.690.190.46316.652.2235.29
Hex892B6F045132E13d3423
Octal21153157010523564756443
Binary1000100110101111011110100010110011101110100111101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,43,111); }

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

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

 a { background-color: rgb(137,43,111); }

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

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

 span { border-color: rgb(137,43,111); }

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