#8A479C

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

Shades of Vivid Violet #8A479C

Tints of Vivid Violet #8A479C

Color information

#8A479C (or 0x8A479C) is unknown color: approx Vivid Violet. HEX triplet: 8A, 47 and 9C. RGB value is (138,71,156). Sum of RGB (Red+Green+Blue) = 138+71+156=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A479C is #75B863. Grayscale: #646464. Windows color (decimal): -7714916 or 10241930. OLE color: 10241930.

HSL color Cylindrical-coordinate representation of color #8A479C: hue angle of 287.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A479C is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13871156-
CMYK0.120.5400.39
HSL287.29º37.44%44.51%-
HSV(B)287.29º54.49%61.18%-
XYZ18.7412.3132.84-
YUV100.72159.2154.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.81%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=37.81%
G=19.45%
B=42.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138711560.120.5400.39287.2937.4444.51
Hex8A479CC3602711f252d
Octal21210723414660474374555
Binary1000101010001111001110011001101100100111100011111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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