#89469B

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

Shades of Vivid Violet #89469B

Tints of Vivid Violet #89469B

Color information

#89469B (or 0x89469B) is unknown color: approx Vivid Violet. HEX triplet: 89, 46 and 9B. RGB value is (137,70,155). Sum of RGB (Red+Green+Blue) = 137+70+155=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #89469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89469B is #76B964. Grayscale: #636363. Windows color (decimal): -7780709 or 10176137. OLE color: 10176137.

HSL color Cylindrical-coordinate representation of color #89469B: hue angle of 287.29º 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 #89469B is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13770155-
CMYK0.120.5500.39
HSL287.29º37.78%44.12%-
HSV(B)287.29º54.84%60.78%-
XYZ18.4212.0732.37-
YUV99.72159.2154.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=37.85%
G=19.34%
B=42.82%

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
Decimal137701550.120.5500.39287.2937.7844.12
Hex89469BC3702711f262c
Octal21110623314670474374654
Binary1000100110001101001101111001101110100111100011111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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