#8A4796

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

Shades of Vivid Violet #8A4796

Tints of Vivid Violet #8A4796

Color information

#8A4796 (or 0x8A4796) is unknown color: approx Vivid Violet. HEX triplet: 8A, 47 and 96. RGB value is (138,71,150). Sum of RGB (Red+Green+Blue) = 138+71+150=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A4796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4796 is #75B869. Grayscale: #636363. Windows color (decimal): -7714922 or 9848714. OLE color: 9848714.

HSL color Cylindrical-coordinate representation of color #8A4796: hue angle of 290.89º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A4796 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13871150-
CMYK0.080.5300.41
HSL290.89º35.75%43.33%-
HSV(B)290.89º52.67%58.82%-
XYZ18.2412.1130.23-
YUV100.04156.2155.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=38.44%
G=19.78%
B=41.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138711500.080.5300.41290.8935.7543.33
Hex8A4796835029123242b
Octal21210722610650514434453
Binary1000101010001111001011010001101010101001100100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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