#8A4F94

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

Shades of Vivid Violet #8A4F94

Tints of Vivid Violet #8A4F94

Color information

#8A4F94 (or 0x8A4F94) is unknown color: approx Vivid Violet. HEX triplet: 8A, 4F and 94. RGB value is (138,79,148). Sum of RGB (Red+Green+Blue) = 138+79+148=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A4F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4F94 is #75B06B. Grayscale: #686868. Windows color (decimal): -7712876 or 9719690. OLE color: 9719690.

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

Color convert

RGB13879148-
CMYK0.070.4700.42
HSL291.3º30.4%44.51%-
HSV(B)291.3º46.62%58.04%-
XYZ18.6213.1329.57-
YUV104.51152.55151.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=37.81%
G=21.64%
B=40.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138791480.070.4700.42291.330.444.51
Hex8A4F9472F02A1231e2d
Octal2121172247570524433655
Binary10001010100111110010100111101111010101010010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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