#89418E

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

Shades of Vivid Violet #89418E

Tints of Vivid Violet #89418E

Color information

#89418E (or 0x89418E) is unknown color: approx Vivid Violet. HEX triplet: 89, 41 and 8E. RGB value is (137,65,142). Sum of RGB (Red+Green+Blue) = 137+65+142=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #89418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89418E is #76BE71. Grayscale: #5F5F5F. Windows color (decimal): -7782002 or 9322889. OLE color: 9322889.

HSL color Cylindrical-coordinate representation of color #89418E: hue angle of 296.1º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89418E is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13765142-
CMYK0.040.5400.44
HSL296.1º37.2%40.59%-
HSV(B)296.1º54.23%55.69%-
XYZ17.0911.0526.82-
YUV95.31154.35157.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 142 (55.86% from 255) = 41.28%
R=39.83%
G=18.90%
B=41.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137651420.040.5400.44296.137.240.59
Hex89418E43602C1282529
Octal2111012164660544504551
Binary100010011000001100011101001101100101100100101000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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