#8B4A8E

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

Shades of Vivid Violet #8B4A8E

Tints of Vivid Violet #8B4A8E

Color information

#8B4A8E (or 0x8B4A8E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 4A and 8E. RGB value is (139,74,142). Sum of RGB (Red+Green+Blue) = 139+74+142=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A8E is #74B571. Grayscale: #646464. Windows color (decimal): -7648626 or 9325195. OLE color: 9325195.

HSL color Cylindrical-coordinate representation of color #8B4A8E: hue angle of 297.35º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4A8E is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13974142-
CMYK0.020.4800.44
HSL297.35º31.48%42.35%-
HSV(B)297.35º47.89%55.69%-
XYZ17.9812.3427.03-
YUV101.19151.03154.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 142 (55.86% from 255) = 40%
R=39.15%
G=20.85%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139741420.020.4800.44297.3531.4842.35
Hex8B4A8E23002C1291f2a
Octal2131122162600544513752
Binary1000101110010101000111010110000010110010010100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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