#89208E

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

Shades of Vivid Violet #89208E

Tints of Vivid Violet #89208E

Color information

#89208E (or 0x89208E) is unknown color: approx Vivid Violet. HEX triplet: 89, 20 and 8E. RGB value is (137,32,142). Sum of RGB (Red+Green+Blue) = 137+32+142=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #89208E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89208E is #76DF71. Grayscale: #4B4B4B. Windows color (decimal): -7790450 or 9314441. OLE color: 9314441.

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

Color convert

RGB13732142-
CMYK0.040.7700.44
HSL297.27º63.22%34.12%-
HSV(B)297.27º77.46%55.69%-
XYZ15.728.326.37-
YUV75.94165.29171.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 32 (12.89% from 255) = 10.29%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=44.05%
G=10.29%
B=45.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137321420.040.7700.44297.2763.2234.12
Hex89208E44D02C1293f22
Octal2114021641150544517742
Binary100010011000001000111010010011010101100100101001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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