#8B499B

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

Shades of Vivid Violet #8B499B

Tints of Vivid Violet #8B499B

Color information

#8B499B (or 0x8B499B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 49 and 9B. RGB value is (139,73,155). Sum of RGB (Red+Green+Blue) = 139+73+155=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B499B is #74B664. Grayscale: #656565. Windows color (decimal): -7648869 or 10176907. OLE color: 10176907.

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

Color convert

RGB13973155-
CMYK0.100.5300.39
HSL288.29º35.96%44.71%-
HSV(B)288.29º52.9%60.78%-
XYZ18.9512.6232.45-
YUV102.08157.87154.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=37.87%
G=19.89%
B=42.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139731550.100.5300.39288.2935.9644.71
Hex8B499BA35027120242d
Octal21311123312650474404455
Binary1000101110010011001101110101101010100111100100000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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