#89459B

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

Shades of Vivid Violet #89459B

Tints of Vivid Violet #89459B

Color information

#89459B (or 0x89459B) is unknown color: approx Vivid Violet. HEX triplet: 89, 45 and 9B. RGB value is (137,69,155). Sum of RGB (Red+Green+Blue) = 137+69+155=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #89459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89459B is #76BA64. Grayscale: #626262. Windows color (decimal): -7780965 or 10175881. OLE color: 10175881.

HSL color Cylindrical-coordinate representation of color #89459B: hue angle of 287.44º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89459B is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13769155-
CMYK0.120.5500.39
HSL287.44º38.39%43.92%-
HSV(B)287.44º55.48%60.78%-
XYZ18.3611.9432.35-
YUV99.14159.53155.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=37.95%
G=19.11%
B=42.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137691550.120.5500.39287.4438.3943.92
Hex89459BC3702711f262c
Octal21110523314670474374654
Binary1000100110001011001101111001101110100111100011111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89459B; }

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

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

<style>
 a { background-color: #89459B; }

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

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

<style>
 span { border-color: #89459B; }

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

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