#89458D

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

Shades of Vivid Violet #89458D

Tints of Vivid Violet #89458D

Color information

#89458D (or 0x89458D) is unknown color: approx Vivid Violet. HEX triplet: 89, 45 and 8D. RGB value is (137,69,141). Sum of RGB (Red+Green+Blue) = 137+69+141=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #89458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89458D is #76BA72. Grayscale: #616161. Windows color (decimal): -7780979 or 9258377. OLE color: 9258377.

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

Color convert

RGB13769141-
CMYK0.030.5100.45
HSL296.67º34.29%41.18%-
HSV(B)296.67º51.06%55.29%-
XYZ17.2511.526.51-
YUV97.54152.53156.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=39.48%
G=19.88%
B=40.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137691410.030.5100.45296.6734.2941.18
Hex89458D33302D1292229
Octal2111052153630554514251
Binary10001001100010110001101111100110101101100101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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