#8B479E

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

Shades of Vivid Violet #8B479E

Tints of Vivid Violet #8B479E

Color information

#8B479E (or 0x8B479E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 47 and 9E. RGB value is (139,71,158). Sum of RGB (Red+Green+Blue) = 139+71+158=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B479E is #74B861. Grayscale: #646464. Windows color (decimal): -7649378 or 10373003. OLE color: 10373003.

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

Color convert

RGB13971158-
CMYK0.120.5500.38
HSL286.9º37.99%44.9%-
HSV(B)286.9º55.06%61.96%-
XYZ19.0712.4633.75-
YUV101.25160.03154.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=37.77%
G=19.29%
B=42.93%

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
Decimal139711580.120.5500.38286.937.9944.9
Hex8B479EC3702611f262d
Octal21310723614670464374655
Binary1000101110001111001111011001101110100110100011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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