#8B4488

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

Shades of Vivid Violet #8B4488

Tints of Vivid Violet #8B4488

Color information

#8B4488 (or 0x8B4488) is unknown color: approx Vivid Violet. HEX triplet: 8B, 44 and 88. RGB value is (139,68,136). Sum of RGB (Red+Green+Blue) = 139+68+136=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4488 is #74BB77. Grayscale: #606060. Windows color (decimal): -7650168 or 8930443. OLE color: 8930443.

HSL color Cylindrical-coordinate representation of color #8B4488: hue angle of 302.54º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B4488 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB13968136-
CMYK00.510.020.45
HSL302.54º34.3%40.59%-
HSV(B)302.54º51.08%54.51%-
XYZ17.1611.424.59-
YUV96.98150.02157.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=40.52%
G=19.83%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396813600.510.020.45302.5434.340.59
Hex8B448803322D12f2229
Octal2131042100632554574251
Binary10001011100010010001000011001110101101100101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,136); }

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

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

 a { background-color: rgb(139,68,136); }

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

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

 span { border-color: rgb(139,68,136); }

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