#892C6E

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

Shades of Dark Purple #892C6E

Tints of Dark Purple #892C6E

Color information

#892C6E (or 0x892C6E) is unknown color: approx Dark Purple. HEX triplet: 89, 2C and 6E. RGB value is (137,44,110). Sum of RGB (Red+Green+Blue) = 137+44+110=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #892C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892C6E is #76D391. Grayscale: #4F4F4F. Windows color (decimal): -7787410 or 7220361. OLE color: 7220361.

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

Color convert

RGB13744110-
CMYK00.680.200.46
HSL317.42º51.38%35.49%-
HSV(B)317.42º67.88%53.73%-
XYZ14.038.2515.6-
YUV79.33145.31169.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=47.08%
G=15.12%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374411000.680.200.46317.4251.3835.49
Hex892C6E044142E13d3323
Octal21154156010424564756343
Binary1000100110110011011100100010010100101110100111101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,44,110); }

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

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

 a { background-color: rgb(137,44,110); }

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

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

 span { border-color: rgb(137,44,110); }

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