#8B4291

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

Shades of Vivid Violet #8B4291

Tints of Vivid Violet #8B4291

Color information

#8B4291 (or 0x8B4291) is unknown color: approx Vivid Violet. HEX triplet: 8B, 42 and 91. RGB value is (139,66,145). Sum of RGB (Red+Green+Blue) = 139+66+145=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B4291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4291 is #74BD6E. Grayscale: #606060. Windows color (decimal): -7650671 or 9519755. OLE color: 9519755.

HSL color Cylindrical-coordinate representation of color #8B4291: hue angle of 295.44º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4291 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13966145-
CMYK0.040.5400.43
HSL295.44º37.44%41.37%-
HSV(B)295.44º54.48%56.86%-
XYZ17.7111.4328.06-
YUV96.83155.18158.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=39.71%
G=18.86%
B=41.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139661450.040.5400.43295.4437.4441.37
Hex8B429143602B1272529
Octal2131022214660534474551
Binary100010111000010100100011001101100101011100100111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,145); }

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

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

 a { background-color: rgb(139,66,145); }

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

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

 span { border-color: rgb(139,66,145); }

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