#8B29A9

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

Shades of Vivid Violet #8B29A9

Tints of Vivid Violet #8B29A9

Color information

#8B29A9 (or 0x8B29A9) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and A9. RGB value is (139,41,169). Sum of RGB (Red+Green+Blue) = 139+41+169=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #8B29A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B29A9 is #74D656. Grayscale: #545454. Windows color (decimal): -7657047 or 11086219. OLE color: 11086219.

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

Color convert

RGB13941169-
CMYK0.180.7600.34
HSL285.94º60.95%41.18%-
HSV(B)285.94º75.74%66.27%-
XYZ18.69.9438.47-
YUV84.89175.47166.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 169 (66.41% from 255) = 48.42%
R=39.83%
G=11.75%
B=48.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal139411690.180.7600.34285.9460.9541.18
Hex8B29A9124C02211e3d29
Octal21351251221140424367551
Binary10001011101001101010011001010011000100010100011110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B29A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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