#89318D

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

Shades of Vivid Violet #89318D

Tints of Vivid Violet #89318D

Color information

#89318D (or 0x89318D) is unknown color: approx Vivid Violet. HEX triplet: 89, 31 and 8D. RGB value is (137,49,141). Sum of RGB (Red+Green+Blue) = 137+49+141=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #89318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89318D is #76CE72. Grayscale: #555555. Windows color (decimal): -7786099 or 9253257. OLE color: 9253257.

HSL color Cylindrical-coordinate representation of color #89318D: hue angle of 297.39º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89318D is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13749141-
CMYK0.030.6500.45
HSL297.39º48.42%37.25%-
HSV(B)297.39º65.25%55.29%-
XYZ16.229.4426.17-
YUV85.8159.15164.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=41.90%
G=14.98%
B=43.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137491410.030.6500.45297.3948.4237.25
Hex89318D34102D1293025
Octal2116121531010554516045
Binary10001001110001100011011110000010101101100101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89318D; }

 p { color: rgb(137,49,141); }

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

<style>
 a { background-color: #89318D; }

 a { background-color: rgb(137,49,141); }

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

<style>
 span { border-color: #89318D; }

 span { border-color: rgb(137,49,141); }

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