#8A4188

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

Shades of Vivid Violet #8A4188

Tints of Vivid Violet #8A4188

Color information

#8A4188 (or 0x8A4188) is unknown color: approx Vivid Violet. HEX triplet: 8A, 41 and 88. RGB value is (138,65,136). Sum of RGB (Red+Green+Blue) = 138+65+136=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4188 is #75BE77. Grayscale: #5E5E5E. Windows color (decimal): -7716472 or 8929674. OLE color: 8929674.

HSL color Cylindrical-coordinate representation of color #8A4188: hue angle of 301.64º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4188 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13865136-
CMYK00.530.010.46
HSL301.64º35.96%39.8%-
HSV(B)301.64º52.9%54.12%-
XYZ16.8210.9624.52-
YUV94.92151.18158.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=40.71%
G=19.17%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386513600.530.010.46301.6435.9639.8
Hex8A418803512E12e2428
Octal2121012100651564564450
Binary1000101010000011000100001101011101110100101110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,65,136); }

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

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

 a { background-color: rgb(138,65,136); }

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

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

 span { border-color: rgb(138,65,136); }

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