#8933AB

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

Shades of Vivid Violet #8933AB

Tints of Vivid Violet #8933AB

Color information

#8933AB (or 0x8933AB) is unknown color: approx Vivid Violet. HEX triplet: 89, 33 and AB. RGB value is (137,51,171). Sum of RGB (Red+Green+Blue) = 137+51+171=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #8933AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8933AB is #76CC54. Grayscale: #5A5A5A. Windows color (decimal): -7785557 or 11219849. OLE color: 11219849.

HSL color Cylindrical-coordinate representation of color #8933AB: hue angle of 283º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8933AB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13751171-
CMYK0.200.7000.33
HSL283º54.05%43.53%-
HSV(B)283º70.18%67.06%-
XYZ18.8510.6339.59-
YUV90.39173.49161.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 51 (20.31% from 255) = 14.21%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=38.16%
G=14.21%
B=47.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137511710.200.7000.3328354.0543.53
Hex8933AB144602111b362c
Octal21163253241060414336654
Binary10001001110011101010111010010001100100001100011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8933AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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