#8033AA

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

Shades of Vivid Violet #8033AA

Tints of Vivid Violet #8033AA

Color information

#8033AA (or 0x8033AA) is unknown color: approx Vivid Violet. HEX triplet: 80, 33 and AA. RGB value is (128,51,170). Sum of RGB (Red+Green+Blue) = 128+51+170=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #8033AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8033AA is #7FCC55. Grayscale: #575757. Windows color (decimal): -8375382 or 11154304. OLE color: 11154304.

HSL color Cylindrical-coordinate representation of color #8033AA: hue angle of 278.82º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8033AA is Cyan = 0.25, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12851170-
CMYK0.250.700.33
HSL278.82º53.85%43.33%-
HSV(B)278.82º70%66.67%-
XYZ17.349.8639.02-
YUV87.59174.51156.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=36.68%
G=14.61%
B=48.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128511700.250.700.33278.8253.8543.33
Hex8033AA1946021117362b
Octal20063252311060414276653
Binary10000000110011101010101100110001100100001100010111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8033AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8033AA; }

 p { color: rgb(128,51,170); }

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

<style>
 a { background-color: #8033AA; }

 a { background-color: rgb(128,51,170); }

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

<style>
 span { border-color: #8033AA; }

 span { border-color: rgb(128,51,170); }

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