#89378E

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

Shades of Vivid Violet #89378E

Tints of Vivid Violet #89378E

Color information

#89378E (or 0x89378E) is unknown color: approx Vivid Violet. HEX triplet: 89, 37 and 8E. RGB value is (137,55,142). Sum of RGB (Red+Green+Blue) = 137+55+142=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #89378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89378E is #76C871. Grayscale: #595959. Windows color (decimal): -7784562 or 9320329. OLE color: 9320329.

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

Color convert

RGB13755142-
CMYK0.040.6100.44
HSL296.55º44.16%38.63%-
HSV(B)296.55º61.27%55.69%-
XYZ16.571026.65-
YUV89.44157.67161.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=41.02%
G=16.47%
B=42.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137551420.040.6100.44296.5544.1638.63
Hex89378E43D02C1292c27
Octal211672164750544515447
Binary10001001110111100011101001111010101100100101001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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