#8A4D92

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

Shades of Vivid Violet #8A4D92

Tints of Vivid Violet #8A4D92

Color information

#8A4D92 (or 0x8A4D92) is unknown color: approx Vivid Violet. HEX triplet: 8A, 4D and 92. RGB value is (138,77,146). Sum of RGB (Red+Green+Blue) = 138+77+146=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4D92 is #75B26D. Grayscale: #666666. Windows color (decimal): -7713390 or 9588106. OLE color: 9588106.

HSL color Cylindrical-coordinate representation of color #8A4D92: hue angle of 293.04º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A4D92 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13877146-
CMYK0.050.4700.43
HSL293.04º30.94%43.73%-
HSV(B)293.04º47.26%57.25%-
XYZ18.3212.7928.7-
YUV103.1152.21152.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=38.23%
G=21.33%
B=40.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138771460.050.4700.43293.0430.9443.73
Hex8A4D9252F02B1251f2c
Octal2121152225570534453754
Binary10001010100110110010010101101111010101110010010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,146); }

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

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

 a { background-color: rgb(138,77,146); }

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

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

 span { border-color: rgb(138,77,146); }

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