#89309B

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

Shades of Vivid Violet #89309B

Tints of Vivid Violet #89309B

Color information

#89309B (or 0x89309B) is unknown color: approx Vivid Violet. HEX triplet: 89, 30 and 9B. RGB value is (137,48,155). Sum of RGB (Red+Green+Blue) = 137+48+155=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #89309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89309B is #76CF64. Grayscale: #565656. Windows color (decimal): -7786341 or 10170505. OLE color: 10170505.

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

Color convert

RGB13748155-
CMYK0.120.6900.39
HSL289.91º52.71%39.8%-
HSV(B)289.91º69.03%60.78%-
XYZ17.299.831.99-
YUV86.81166.49163.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.29%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=40.29%
G=14.12%
B=45.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137481550.120.6900.39289.9152.7139.8
Hex89309BC450271223528
Octal21160233141050474426550
Binary1000100111000010011011110010001010100111100100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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