#8A4895

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

Shades of Vivid Violet #8A4895

Tints of Vivid Violet #8A4895

Color information

#8A4895 (or 0x8A4895) is unknown color: approx Vivid Violet. HEX triplet: 8A, 48 and 95. RGB value is (138,72,149). Sum of RGB (Red+Green+Blue) = 138+72+149=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A4895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4895 is #75B76A. Grayscale: #646464. Windows color (decimal): -7714667 or 9783434. OLE color: 9783434.

HSL color Cylindrical-coordinate representation of color #8A4895: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4895 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13872149-
CMYK0.070.5200.42
HSL291.43º34.84%43.33%-
HSV(B)291.43º51.68%58.43%-
XYZ18.2212.2129.83-
YUV100.51155.37154.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=38.44%
G=20.06%
B=41.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138721490.070.5200.42291.4334.8443.33
Hex8A489573402A123232b
Octal2121102257640524434353
Binary100010101001000100101011111101000101010100100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,149); }

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

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

 a { background-color: rgb(138,72,149); }

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

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

 span { border-color: rgb(138,72,149); }

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