#8B519B

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

Shades of Vivid Violet #8B519B

Tints of Vivid Violet #8B519B

Color information

#8B519B (or 0x8B519B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 51 and 9B. RGB value is (139,81,155). Sum of RGB (Red+Green+Blue) = 139+81+155=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B519B is #74AE64. Grayscale: #6A6A6A. Windows color (decimal): -7646821 or 10178955. OLE color: 10178955.

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

Color convert

RGB13981155-
CMYK0.100.4800.39
HSL287.03º31.36%46.27%-
HSV(B)287.03º47.74%60.78%-
XYZ19.5113.7432.63-
YUV106.78155.22150.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=37.07%
G=21.6%
B=41.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139811550.100.4800.39287.0331.3646.27
Hex8B519BA3002711f1f2e
Octal21312123312600474373756
Binary100010111010001100110111010110000010011110001111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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