#8B4890

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

Shades of Vivid Violet #8B4890

Tints of Vivid Violet #8B4890

Color information

#8B4890 (or 0x8B4890) is unknown color: approx Vivid Violet. HEX triplet: 8B, 48 and 90. RGB value is (139,72,144). Sum of RGB (Red+Green+Blue) = 139+72+144=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B4890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4890 is #74B76F. Grayscale: #646464. Windows color (decimal): -7649136 or 9455755. OLE color: 9455755.

HSL color Cylindrical-coordinate representation of color #8B4890: hue angle of 295.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4890 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13972144-
CMYK0.030.5000.44
HSL295.83º33.33%42.35%-
HSV(B)295.83º50%56.47%-
XYZ1812.1427.78-
YUV100.24152.7155.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=39.15%
G=20.28%
B=40.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139721440.030.5000.44295.8333.3342.35
Hex8B489033202C128212a
Octal2131102203620544504152
Binary10001011100100010010000111100100101100100101000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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