#89429F

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

Shades of Vivid Violet #89429F

Tints of Vivid Violet #89429F

Color information

#89429F (or 0x89429F) is unknown color: approx Vivid Violet. HEX triplet: 89, 42 and 9F. RGB value is (137,66,159). Sum of RGB (Red+Green+Blue) = 137+66+159=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #89429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89429F is #76BD60. Grayscale: #616161. Windows color (decimal): -7781729 or 10437257. OLE color: 10437257.

HSL color Cylindrical-coordinate representation of color #89429F: hue angle of 285.81º 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 #89429F is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13766159-
CMYK0.140.5800.38
HSL285.81º41.33%44.12%-
HSV(B)285.81º58.49%62.35%-
XYZ18.5211.7234.09-
YUV97.83162.52155.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=37.85%
G=18.23%
B=43.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137661590.140.5800.38285.8141.3344.12
Hex89429FE3A02611e292c
Octal21110223716720464365154
Binary1000100110000101001111111101110100100110100011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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