#8B4389

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

Shades of Vivid Violet #8B4389

Tints of Vivid Violet #8B4389

Color information

#8B4389 (or 0x8B4389) is unknown color: approx Vivid Violet. HEX triplet: 8B, 43 and 89. RGB value is (139,67,137). Sum of RGB (Red+Green+Blue) = 139+67+137=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4389 is #74BC76. Grayscale: #606060. Windows color (decimal): -7650423 or 8995723. OLE color: 8995723.

HSL color Cylindrical-coordinate representation of color #8B4389: hue angle of 301.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B4389 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB13967137-
CMYK00.520.010.45
HSL301.67º34.95%40.39%-
HSV(B)301.67º51.8%54.51%-
XYZ17.1711.3124.94-
YUV96.51150.85158.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 67 (26.56% from 255) = 19.53%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=40.52%
G=19.53%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396713700.520.010.45301.6734.9540.39
Hex8B438903412D12e2328
Octal2131032110641554564350
Binary1000101110000111000100101101001101101100101110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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