#89369B

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

Shades of Vivid Violet #89369B

Tints of Vivid Violet #89369B

Color information

#89369B (or 0x89369B) is unknown color: approx Vivid Violet. HEX triplet: 89, 36 and 9B. RGB value is (137,54,155). Sum of RGB (Red+Green+Blue) = 137+54+155=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #89369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89369B is #76C964. Grayscale: #5A5A5A. Windows color (decimal): -7784805 or 10172041. OLE color: 10172041.

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

Color convert

RGB13754155-
CMYK0.120.6500.39
HSL289.31º48.33%40.98%-
HSV(B)289.31º65.16%60.78%-
XYZ17.5510.3232.08-
YUV90.33164.5161.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=39.60%
G=15.61%
B=44.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137541550.120.6500.39289.3148.3340.98
Hex89369BC410271213029
Octal21166233141010474416051
Binary1000100111011010011011110010000010100111100100001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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