#8A4794

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

Shades of Vivid Violet #8A4794

Tints of Vivid Violet #8A4794

Color information

#8A4794 (or 0x8A4794) is unknown color: approx Vivid Violet. HEX triplet: 8A, 47 and 94. RGB value is (138,71,148). Sum of RGB (Red+Green+Blue) = 138+71+148=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A4794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4794 is #75B86B. Grayscale: #636363. Windows color (decimal): -7714924 or 9717642. OLE color: 9717642.

HSL color Cylindrical-coordinate representation of color #8A4794: hue angle of 292.21º 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 #8A4794 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13871148-
CMYK0.070.5200.42
HSL292.21º35.16%42.94%-
HSV(B)292.21º52.03%58.04%-
XYZ18.0812.0529.39-
YUV99.81155.2155.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 71 (28.12% from 255) = 19.89%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=38.66%
G=19.89%
B=41.46%

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
Decimal138711480.070.5200.42292.2135.1642.94
Hex8A479473402A124232b
Octal2121072247640524444353
Binary100010101000111100101001111101000101010100100100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,71,148); }

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

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

 a { background-color: rgb(138,71,148); }

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

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

 span { border-color: rgb(138,71,148); }

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