#89429E

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

Shades of Vivid Violet #89429E

Tints of Vivid Violet #89429E

Color information

#89429E (or 0x89429E) is unknown color: approx Vivid Violet. HEX triplet: 89, 42 and 9E. RGB value is (137,66,158). Sum of RGB (Red+Green+Blue) = 137+66+158=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #89429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89429E is #76BD61. Grayscale: #616161. Windows color (decimal): -7781730 or 10371721. OLE color: 10371721.

HSL color Cylindrical-coordinate representation of color #89429E: hue angle of 286.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89429E is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13766158-
CMYK0.130.5800.38
HSL286.3º41.07%43.92%-
HSV(B)286.3º58.23%61.96%-
XYZ18.4411.6833.63-
YUV97.72162.02156.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=37.95%
G=18.28%
B=43.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137661580.130.5800.38286.341.0743.92
Hex89429ED3A02611e292c
Octal21110223615720464365154
Binary1000100110000101001111011011110100100110100011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,66,158); }

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

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

 a { background-color: rgb(137,66,158); }

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

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

 span { border-color: rgb(137,66,158); }

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