#8B3AA9

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

Shades of Vivid Violet #8B3AA9

Tints of Vivid Violet #8B3AA9

Color information

#8B3AA9 (or 0x8B3AA9) is unknown color: approx Vivid Violet. HEX triplet: 8B, 3A and A9. RGB value is (139,58,169). Sum of RGB (Red+Green+Blue) = 139+58+169=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 169 - color contains mainly: blue. Hex color #8B3AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3AA9 is #74C556. Grayscale: #5E5E5E. Windows color (decimal): -7652695 or 11090571. OLE color: 11090571.

HSL color Cylindrical-coordinate representation of color #8B3AA9: hue angle of 283.78º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B3AA9 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13958169-
CMYK0.180.6600.34
HSL283.78º48.9%44.51%-
HSV(B)283.78º65.68%66.27%-
XYZ19.3211.3838.71-
YUV94.87169.84159.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 58 (23.05% from 255) = 15.85%
BLUE value IS 169 (66.41% from 255) = 46.17%
R=37.98%
G=15.85%
B=46.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal139581690.180.6600.34283.7848.944.51
Hex8B3AA9124202211c312d
Octal21372251221020424346155
Binary10001011111010101010011001010000100100010100011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,169); }

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

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

 a { background-color: rgb(139,58,169); }

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

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

 span { border-color: rgb(139,58,169); }

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