#8025A0

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

Shades of Vivid Violet #8025A0

Tints of Vivid Violet #8025A0

Color information

#8025A0 (or 0x8025A0) is unknown color: approx Vivid Violet. HEX triplet: 80, 25 and A0. RGB value is (128,37,160). Sum of RGB (Red+Green+Blue) = 128+37+160=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #8025A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8025A0 is #7FDA5F. Grayscale: #4D4D4D. Windows color (decimal): -8378976 or 10495360. OLE color: 10495360.

HSL color Cylindrical-coordinate representation of color #8025A0: hue angle of 284.39º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8025A0 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12837160-
CMYK0.200.7700.37
HSL284.39º62.44%38.63%-
HSV(B)284.39º76.88%62.75%-
XYZ15.918.4534.05-
YUV78.23174.15163.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 37 (14.84% from 255) = 11.38%
BLUE value IS 160 (62.89% from 255) = 49.23%
R=39.38%
G=11.38%
B=49.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal128371600.200.7700.37284.3962.4438.63
Hex8025A0144D02511c3e27
Octal20045240241150454347647
Binary10000000100101101000001010010011010100101100011100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8025A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8025A0; }

 p { color: rgb(128,37,160); }

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

<style>
 a { background-color: #8025A0; }

 a { background-color: rgb(128,37,160); }

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

<style>
 span { border-color: #8025A0; }

 span { border-color: rgb(128,37,160); }

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