#8B479A

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

Shades of Vivid Violet #8B479A

Tints of Vivid Violet #8B479A

Color information

#8B479A (or 0x8B479A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 47 and 9A. RGB value is (139,71,154). Sum of RGB (Red+Green+Blue) = 139+71+154=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B479A is #74B865. Grayscale: #646464. Windows color (decimal): -7649382 or 10110859. OLE color: 10110859.

HSL color Cylindrical-coordinate representation of color #8B479A: hue angle of 289.16º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B479A is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13971154-
CMYK0.100.5400.40
HSL289.16º36.89%44.12%-
HSV(B)289.16º53.9%60.39%-
XYZ18.7312.3331.96-
YUV100.79158.03155.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 71 (28.12% from 255) = 19.51%
BLUE value IS 154 (60.55% from 255) = 42.31%
R=38.19%
G=19.51%
B=42.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139711540.100.5400.40289.1636.8944.12
Hex8B479AA36028121252c
Octal21310723212660504414554
Binary1000101110001111001101010101101100101000100100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,154); }

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

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

 a { background-color: rgb(139,71,154); }

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

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

 span { border-color: rgb(139,71,154); }

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