#8B489A

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

Shades of Vivid Violet #8B489A

Tints of Vivid Violet #8B489A

Color information

#8B489A (or 0x8B489A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 48 and 9A. RGB value is (139,72,154). Sum of RGB (Red+Green+Blue) = 139+72+154=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B489A is #74B765. Grayscale: #656565. Windows color (decimal): -7649126 or 10111115. OLE color: 10111115.

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

Color convert

RGB13972154-
CMYK0.100.5300.40
HSL289.02º36.28%44.31%-
HSV(B)289.02º53.25%60.39%-
XYZ18.812.4631.99-
YUV101.38157.7154.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=38.08%
G=19.73%
B=42.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139721540.100.5300.40289.0236.2844.31
Hex8B489AA35028121242c
Octal21311023212650504414454
Binary1000101110010001001101010101101010101000100100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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