#89309D

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

Shades of Vivid Violet #89309D

Tints of Vivid Violet #89309D

Color information

#89309D (or 0x89309D) is unknown color: approx Vivid Violet. HEX triplet: 89, 30 and 9D. RGB value is (137,48,157). Sum of RGB (Red+Green+Blue) = 137+48+157=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #89309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89309D is #76CF62. Grayscale: #565656. Windows color (decimal): -7786339 or 10301577. OLE color: 10301577.

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

Color convert

RGB13748157-
CMYK0.130.6900.38
HSL288.99º53.17%40.2%-
HSV(B)288.99º69.43%61.57%-
XYZ17.469.8732.88-
YUV87.04167.49163.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=40.06%
G=14.04%
B=45.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137481570.130.6900.38288.9953.1740.2
Hex89309DD450261213528
Octal21160235151050464416550
Binary1000100111000010011101110110001010100110100100001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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