#8a479d

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

Shades of Vivid Violet #8A479D

Tints of Vivid Violet #8A479D

Color information

#8A479D (or 0x8A479D) is unknown color: approx Vivid Violet. HEX triplet: 8A, 47 and 9D. RGB value is (138,71,157). Sum of RGB (Red+Green+Blue) = 138+71+157=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A479D is #75B862. Grayscale: #646464. Windows color (decimal): -7714915 or 10307466. OLE color: 10307466.

HSL color Cylindrical-coordinate representation of color #8A479D: hue angle of 286.74º 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 #8A479D is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13871157-
CMYK0.120.5500.38
HSL286.74º37.72%44.71%-
HSV(B)286.74º54.78%61.57%-
XYZ18.8212.3433.29-
YUV100.84159.7154.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=37.70%
G=19.40%
B=42.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138711570.120.5500.38286.7437.7244.71
Hex8A479DC3702611f262d
Octal21210723514670464374655
Binary1000101010001111001110111001101110100110100011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a479d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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