#892172

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

Shades of Dark Purple #892172

Tints of Dark Purple #892172

Color information

#892172 (or 0x892172) is unknown color: approx Dark Purple. HEX triplet: 89, 21 and 72. RGB value is (137,33,114). Sum of RGB (Red+Green+Blue) = 137+33+114=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #892172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892172 is #76DE8D. Grayscale: #494949. Windows color (decimal): -7790222 or 7479689. OLE color: 7479689.

HSL color Cylindrical-coordinate representation of color #892172: hue angle of 313.27º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892172 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13733114-
CMYK00.760.170.46
HSL313.27º61.18%33.33%-
HSV(B)313.27º75.91%53.73%-
XYZ13.97.6216.66-
YUV73.33150.96173.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=48.24%
G=11.62%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373311400.760.170.46313.2761.1833.33
Hex89217204C112E1393d21
Octal21141162011421564717541
Binary1000100110000111100100100110010001101110100111001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892172; }

 p { color: rgb(137,33,114); }

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

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

 a { background-color: rgb(137,33,114); }

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

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

 span { border-color: rgb(137,33,114); }

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