#89226A

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

Shades of Dark Purple #89226A

Tints of Dark Purple #89226A

Color information

#89226A (or 0x89226A) is unknown color: approx Dark Purple. HEX triplet: 89, 22 and 6A. RGB value is (137,34,106). Sum of RGB (Red+Green+Blue) = 137+34+106=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89226A is #76DD95. Grayscale: #484848. Windows color (decimal): -7789974 or 6955657. OLE color: 6955657.

HSL color Cylindrical-coordinate representation of color #89226A: hue angle of 318.06º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89226A is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13734106-
CMYK00.750.230.46
HSL318.06º60.23%33.53%-
HSV(B)318.06º75.18%53.73%-
XYZ13.497.514.37-
YUV73146.62173.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 34 (13.67% from 255) = 12.27%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=49.46%
G=12.27%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373410600.750.230.46318.0660.2333.53
Hex89226A04B172E13e3c22
Octal21142152011327564767442
Binary1000100110001011010100100101110111101110100111110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89226A; }

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

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

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

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

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

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

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

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