#8B4588

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

Shades of Vivid Violet #8B4588

Tints of Vivid Violet #8B4588

Color information

#8B4588 (or 0x8B4588) is unknown color: approx Vivid Violet. HEX triplet: 8B, 45 and 88. RGB value is (139,69,136). Sum of RGB (Red+Green+Blue) = 139+69+136=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4588 is #74BA77. Grayscale: #616161. Windows color (decimal): -7649912 or 8930699. OLE color: 8930699.

HSL color Cylindrical-coordinate representation of color #8B4588: hue angle of 302.57º degrees, saturation: 0.34, 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 #8B4588 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB13969136-
CMYK00.500.020.45
HSL302.57º33.65%40.78%-
HSV(B)302.57º50.36%54.51%-
XYZ17.2211.5224.61-
YUV97.57149.69157.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=40.41%
G=20.06%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396913600.500.020.45302.5733.6540.78
Hex8B458803222D12f2229
Octal2131052100622554574251
Binary10001011100010110001000011001010101101100101111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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