#8B4689

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

Shades of Vivid Violet #8B4689

Tints of Vivid Violet #8B4689

Color information

#8B4689 (or 0x8B4689) is unknown color: approx Vivid Violet. HEX triplet: 8B, 46 and 89. RGB value is (139,70,137). Sum of RGB (Red+Green+Blue) = 139+70+137=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4689 is #74B976. Grayscale: #626262. Windows color (decimal): -7649655 or 8996491. OLE color: 8996491.

HSL color Cylindrical-coordinate representation of color #8B4689: hue angle of 301.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4689 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB13970137-
CMYK00.500.010.45
HSL301.74º33.01%40.98%-
HSV(B)301.74º49.64%54.51%-
XYZ17.3511.6825.01-
YUV98.27149.86157.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=40.17%
G=20.23%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397013700.500.010.45301.7433.0140.98
Hex8B468903212D12e2129
Octal2131062110621554564151
Binary1000101110001101000100101100101101101100101110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,137); }

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

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

 a { background-color: rgb(139,70,137); }

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

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

 span { border-color: rgb(139,70,137); }

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