#8929AB

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

Shades of Vivid Violet #8929AB

Tints of Vivid Violet #8929AB

Color information

#8929AB (or 0x8929AB) is unknown color: approx Vivid Violet. HEX triplet: 89, 29 and AB. RGB value is (137,41,171). Sum of RGB (Red+Green+Blue) = 137+41+171=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #8929AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8929AB is #76D654. Grayscale: #545454. Windows color (decimal): -7788117 or 11217289. OLE color: 11217289.

HSL color Cylindrical-coordinate representation of color #8929AB: hue angle of 284.31º 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 #8929AB is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13741171-
CMYK0.200.7600.33
HSL284.31º61.32%41.57%-
HSV(B)284.31º76.02%67.06%-
XYZ18.469.8439.46-
YUV84.52176.8165.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=39.26%
G=11.75%
B=49.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137411710.200.7600.33284.3161.3241.57
Hex8929AB144C02111c3d2a
Octal21151253241140414347552
Binary10001001101001101010111010010011000100001100011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8929AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8929AB; }

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

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

<style>
 a { background-color: #8929AB; }

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

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

<style>
 span { border-color: #8929AB; }

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

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