#8B489B

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

Shades of Vivid Violet #8B489B

Tints of Vivid Violet #8B489B

Color information

#8B489B (or 0x8B489B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 48 and 9B. RGB value is (139,72,155). Sum of RGB (Red+Green+Blue) = 139+72+155=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B489B is #74B764. Grayscale: #656565. Windows color (decimal): -7649125 or 10176651. OLE color: 10176651.

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

Color convert

RGB13972155-
CMYK0.100.5400.39
HSL288.43º36.56%44.51%-
HSV(B)288.43º53.55%60.78%-
XYZ18.8812.4932.43-
YUV101.49158.2154.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=37.98%
G=19.67%
B=42.35%

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
Decimal139721550.100.5400.39288.4336.5644.51
Hex8B489BA36027120252d
Octal21311023312660474404555
Binary1000101110010001001101110101101100100111100100000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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