#89418C

Color #89418C Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #89418C

Tints of Vivid Violet #89418C

Color information

#89418C (or 0x89418C) is unknown color: approx Vivid Violet. HEX triplet: 89, 41 and 8C. RGB value is (137,65,140). Sum of RGB (Red+Green+Blue) = 137+65+140=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #89418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89418C is #76BE73. Grayscale: #5E5E5E. Windows color (decimal): -7782004 or 9191817. OLE color: 9191817.

HSL color Cylindrical-coordinate representation of color #89418C: hue angle of 297.6º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89418C is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13765140-
CMYK0.020.5400.45
HSL297.6º36.59%40.2%-
HSV(B)297.6º53.57%54.9%-
XYZ16.9410.9926.04-
YUV95.08153.35157.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=40.06%
G=19.01%
B=40.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137651400.020.5400.45297.636.5940.2
Hex89418C23602D12a2528
Octal2111012142660554524550
Binary10001001100000110001100101101100101101100101010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89418C; }

 p { color: rgb(137,65,140); }

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

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

 a { background-color: rgb(137,65,140); }

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

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

 span { border-color: rgb(137,65,140); }

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