#8B4088

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

Shades of Vivid Violet #8B4088

Tints of Vivid Violet #8B4088

Color information

#8B4088 (or 0x8B4088) is unknown color: approx Vivid Violet. HEX triplet: 8B, 40 and 88. RGB value is (139,64,136). Sum of RGB (Red+Green+Blue) = 139+64+136=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4088 is #74BF77. Grayscale: #5E5E5E. Windows color (decimal): -7651192 or 8929419. OLE color: 8929419.

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

Color convert

RGB13964136-
CMYK00.540.020.45
HSL302.4º36.95%39.8%-
HSV(B)302.4º53.96%54.51%-
XYZ16.9210.9324.51-
YUV94.63151.35159.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 64 (25.39% from 255) = 18.88%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=41.00%
G=18.88%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396413600.540.020.45302.436.9539.8
Hex8B408803622D12e2528
Octal2131002100662554564550
Binary10001011100000010001000011011010101101100101110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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