#89306A

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

Shades of Dark Purple #89306A

Tints of Dark Purple #89306A

Color information

#89306A (or 0x89306A) is unknown color: approx Dark Purple. HEX triplet: 89, 30 and 6A. RGB value is (137,48,106). Sum of RGB (Red+Green+Blue) = 137+48+106=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 137 - color contains mainly: red. Hex color #89306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89306A is #76CF95. Grayscale: #515151. Windows color (decimal): -7786390 or 6959241. OLE color: 6959241.

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

Color convert

RGB13748106-
CMYK00.650.230.46
HSL320.9º48.11%36.27%-
HSV(B)320.9º64.96%53.73%-
XYZ13.988.4714.53-
YUV81.22141.99167.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.08%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=47.08%
G=16.49%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374810600.650.230.46320.948.1136.27
Hex89306A041172E1413024
Octal21160152010127565016044
Binary1000100111000011010100100000110111101110101000001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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