#8B4899

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

Shades of Vivid Violet #8B4899

Tints of Vivid Violet #8B4899

Color information

#8B4899 (or 0x8B4899) is unknown color: approx Vivid Violet. HEX triplet: 8B, 48 and 99. RGB value is (139,72,153). Sum of RGB (Red+Green+Blue) = 139+72+153=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B4899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4899 is #74B766. Grayscale: #656565. Windows color (decimal): -7649127 or 10045579. OLE color: 10045579.

HSL color Cylindrical-coordinate representation of color #8B4899: hue angle of 289.63º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4899 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13972153-
CMYK0.090.5300.4
HSL289.63º36%44.12%-
HSV(B)289.63º52.94%60%-
XYZ18.7112.4231.55-
YUV101.27157.2154.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=38.19%
G=19.78%
B=42.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139721530.090.5300.4289.633644.12
Hex8B4899935028122242c
Octal21311023111650504424454
Binary1000101110010001001100110011101010101000100100010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4899; }

 p { color: rgb(139,72,153); }

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

<style>
 a { background-color: #8B4899; }

 a { background-color: rgb(139,72,153); }

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

<style>
 span { border-color: #8B4899; }

 span { border-color: rgb(139,72,153); }

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