#89299D

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

Shades of Vivid Violet #89299D

Tints of Vivid Violet #89299D

Color information

#89299D (or 0x89299D) is unknown color: approx Vivid Violet. HEX triplet: 89, 29 and 9D. RGB value is (137,41,157). Sum of RGB (Red+Green+Blue) = 137+41+157=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #89299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89299D is #76D662. Grayscale: #525252. Windows color (decimal): -7788131 or 10299785. OLE color: 10299785.

HSL color Cylindrical-coordinate representation of color #89299D: hue angle of 289.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89299D is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13741157-
CMYK0.130.7400.38
HSL289.66º58.59%38.82%-
HSV(B)289.66º73.89%61.57%-
XYZ17.29.3432.79-
YUV82.93169.8166.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 41 (16.41% from 255) = 12.24%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=40.90%
G=12.24%
B=46.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137411570.130.7400.38289.6658.5938.82
Hex89299DD4A0261223b27
Octal21151235151120464427347
Binary1000100110100110011101110110010100100110100100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,41,157); }

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

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

 a { background-color: rgb(137,41,157); }

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

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

 span { border-color: rgb(137,41,157); }

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