#8B29AB

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

Shades of Vivid Violet #8B29AB

Tints of Vivid Violet #8B29AB

Color information

#8B29AB (or 0x8B29AB) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and AB. RGB value is (139,41,171). Sum of RGB (Red+Green+Blue) = 139+41+171=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B29AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B29AB is #74D654. Grayscale: #545454. Windows color (decimal): -7657045 or 11217291. OLE color: 11217291.

HSL color Cylindrical-coordinate representation of color #8B29AB: hue angle of 285.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B29AB is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13941171-
CMYK0.190.7600.33
HSL285.23º61.32%41.57%-
HSV(B)285.23º76.02%67.06%-
XYZ18.7910.0239.47-
YUV85.12176.47166.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=39.60%
G=11.68%
B=48.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139411710.190.7600.33285.2361.3241.57
Hex8B29AB134C02111d3d2a
Octal21351253231140414357552
Binary10001011101001101010111001110011000100001100011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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