#8225AA

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

Shades of Vivid Violet #8225AA

Tints of Vivid Violet #8225AA

Color information

#8225AA (or 0x8225AA) is unknown color: approx Vivid Violet. HEX triplet: 82, 25 and AA. RGB value is (130,37,170). Sum of RGB (Red+Green+Blue) = 130+37+170=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #8225AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8225AA is #7DDA55. Grayscale: #4F4F4F. Windows color (decimal): -8247894 or 11150722. OLE color: 11150722.

HSL color Cylindrical-coordinate representation of color #8225AA: hue angle of 281.95º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8225AA is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13037170-
CMYK0.240.7800.33
HSL281.95º64.25%40.59%-
HSV(B)281.95º78.24%66.67%-
XYZ17.128.9738.86-
YUV79.97178.81163.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 37 (14.84% from 255) = 10.98%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=38.58%
G=10.98%
B=50.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130371700.240.7800.33281.9564.2540.59
Hex8225AA184E02111a4029
Octal202452523011604143210051
Binary100000101001011010101011000100111001000011000110101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8225AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,37,170); }

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

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

 a { background-color: rgb(130,37,170); }

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

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

 span { border-color: rgb(130,37,170); }

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