#8A479F

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

Shades of Vivid Violet #8A479F

Tints of Vivid Violet #8A479F

Color information

#8A479F (or 0x8A479F) is unknown color: approx Vivid Violet. HEX triplet: 8A, 47 and 9F. RGB value is (138,71,159). Sum of RGB (Red+Green+Blue) = 138+71+159=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A479F is #75B860. Grayscale: #646464. Windows color (decimal): -7714913 or 10438538. OLE color: 10438538.

HSL color Cylindrical-coordinate representation of color #8A479F: hue angle of 285.68º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A479F is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13871159-
CMYK0.130.5500.38
HSL285.68º38.26%45.1%-
HSV(B)285.68º55.35%62.35%-
XYZ18.9912.4134.2-
YUV101.06160.7154.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 159 (62.5% from 255) = 43.21%
R=37.5%
G=19.29%
B=43.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138711590.130.5500.38285.6838.2645.1
Hex8A479FD3702611e262d
Octal21210723715670464364655
Binary1000101010001111001111111011101110100110100011110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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