#89449E

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

Shades of Vivid Violet #89449E

Tints of Vivid Violet #89449E

Color information

#89449E (or 0x89449E) is unknown color: approx Vivid Violet. HEX triplet: 89, 44 and 9E. RGB value is (137,68,158). Sum of RGB (Red+Green+Blue) = 137+68+158=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #89449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89449E is #76BB61. Grayscale: #626262. Windows color (decimal): -7781218 or 10372233. OLE color: 10372233.

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

Color convert

RGB13768158-
CMYK0.130.5700.38
HSL286º39.82%44.31%-
HSV(B)286º56.96%61.96%-
XYZ18.5611.9233.67-
YUV98.89161.36155.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=37.74%
G=18.73%
B=43.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137681580.130.5700.3828639.8244.31
Hex89449ED3902611e282c
Octal21110423615710464365054
Binary1000100110001001001111011011110010100110100011110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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