#8B479B

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

Shades of Vivid Violet #8B479B

Tints of Vivid Violet #8B479B

Color information

#8B479B (or 0x8B479B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 47 and 9B. RGB value is (139,71,155). Sum of RGB (Red+Green+Blue) = 139+71+155=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B479B is #74B864. Grayscale: #646464. Windows color (decimal): -7649381 or 10176395. OLE color: 10176395.

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

Color convert

RGB13971155-
CMYK0.100.5400.39
HSL288.57º37.17%44.31%-
HSV(B)288.57º54.19%60.78%-
XYZ18.8212.3632.4-
YUV100.91158.53155.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=38.08%
G=19.45%
B=42.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139711550.100.5400.39288.5737.1744.31
Hex8B479BA36027121252c
Octal21310723312660474414554
Binary1000101110001111001101110101101100100111100100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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