#8B4A95

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

Shades of Vivid Violet #8B4A95

Tints of Vivid Violet #8B4A95

Color information

#8B4A95 (or 0x8B4A95) is unknown color: approx Vivid Violet. HEX triplet: 8B, 4A and 95. RGB value is (139,74,149). Sum of RGB (Red+Green+Blue) = 139+74+149=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B4A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A95 is #74B56A. Grayscale: #656565. Windows color (decimal): -7648619 or 9783947. OLE color: 9783947.

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

Color convert

RGB13974149-
CMYK0.070.5000.42
HSL292º33.63%43.73%-
HSV(B)292º50.34%58.43%-
XYZ18.5212.5629.88-
YUV101.98154.53154.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=38.40%
G=20.44%
B=41.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139741490.070.5000.4229233.6343.73
Hex8B4A9573202A124222c
Octal2131122257620524444254
Binary100010111001010100101011111100100101010100100100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,149); }

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

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

 a { background-color: rgb(139,74,149); }

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

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

 span { border-color: rgb(139,74,149); }

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