#892088

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

Shades of Dark Purple #892088

Tints of Dark Purple #892088

Color information

#892088 (or 0x892088) is unknown color: approx Dark Purple. HEX triplet: 89, 20 and 88. RGB value is (137,32,136). Sum of RGB (Red+Green+Blue) = 137+32+136=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #892088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892088 is #76DF77. Grayscale: #4A4A4A. Windows color (decimal): -7790456 or 8921225. OLE color: 8921225.

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

Color convert

RGB13732136-
CMYK00.770.010.46
HSL300.57º62.13%33.14%-
HSV(B)300.57º76.64%53.73%-
XYZ15.288.1324.06-
YUV75.25162.29172.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=44.92%
G=10.49%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373213600.770.010.46300.5762.1333.14
Hex89208804D12E12d3e21
Octal2114021001151564557641
Binary1000100110000010001000010011011101110100101101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892088; }

 p { color: rgb(137,32,136); }

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

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

 a { background-color: rgb(137,32,136); }

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

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

 span { border-color: rgb(137,32,136); }

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