#89308D

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

Shades of Vivid Violet #89308D

Tints of Vivid Violet #89308D

Color information

#89308D (or 0x89308D) is unknown color: approx Vivid Violet. HEX triplet: 89, 30 and 8D. RGB value is (137,48,141). Sum of RGB (Red+Green+Blue) = 137+48+141=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #89308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89308D is #76CF72. Grayscale: #545454. Windows color (decimal): -7786355 or 9253001. OLE color: 9253001.

HSL color Cylindrical-coordinate representation of color #89308D: hue angle of 297.42º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89308D is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13748141-
CMYK0.030.6600.45
HSL297.42º49.21%37.06%-
HSV(B)297.42º65.96%55.29%-
XYZ16.189.3626.15-
YUV85.21159.49164.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 48 (19.14% from 255) = 14.72%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=42.02%
G=14.72%
B=43.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137481410.030.6600.45297.4249.2137.06
Hex89308D34202D1293125
Octal2116021531020554516145
Binary10001001110000100011011110000100101101100101001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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