#89246A

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

Shades of Dark Purple #89246A

Tints of Dark Purple #89246A

Color information

#89246A (or 0x89246A) is unknown color: approx Dark Purple. HEX triplet: 89, 24 and 6A. RGB value is (137,36,106). Sum of RGB (Red+Green+Blue) = 137+36+106=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89246A is #76DB95. Grayscale: #4A4A4A. Windows color (decimal): -7789462 or 6956169. OLE color: 6956169.

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

Color convert

RGB13736106-
CMYK00.740.230.46
HSL318.42º58.38%33.92%-
HSV(B)318.42º73.72%53.73%-
XYZ13.557.6214.39-
YUV74.18145.96172.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=49.10%
G=12.90%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1373610600.740.230.46318.4258.3833.92
Hex89246A04A172E13e3a22
Octal21144152011227564767242
Binary1000100110010011010100100101010111101110100111110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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