#8B519A

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

Shades of Vivid Violet #8B519A

Tints of Vivid Violet #8B519A

Color information

#8B519A (or 0x8B519A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 51 and 9A. RGB value is (139,81,154). Sum of RGB (Red+Green+Blue) = 139+81+154=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B519A is #74AE65. Grayscale: #6A6A6A. Windows color (decimal): -7646822 or 10113419. OLE color: 10113419.

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

Color convert

RGB13981154-
CMYK0.100.4700.40
HSL287.67º31.06%46.08%-
HSV(B)287.67º47.4%60.39%-
XYZ19.4213.7132.19-
YUV106.66154.72151.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=37.17%
G=21.66%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139811540.100.4700.40287.6731.0646.08
Hex8B519AA2F0281201f2e
Octal21312123212570504403756
Binary100010111010001100110101010101111010100010010000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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