#8223A9

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

Shades of Vivid Violet #8223A9

Tints of Vivid Violet #8223A9

Color information

#8223A9 (or 0x8223A9) is unknown color: approx Vivid Violet. HEX triplet: 82, 23 and A9. RGB value is (130,35,169). Sum of RGB (Red+Green+Blue) = 130+35+169=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #8223A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8223A9 is #7DDC56. Grayscale: #4E4E4E. Windows color (decimal): -8248407 or 11084674. OLE color: 11084674.

HSL color Cylindrical-coordinate representation of color #8223A9: hue angle of 282.54º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8223A9 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13035169-
CMYK0.230.7900.34
HSL282.54º65.69%40%-
HSV(B)282.54º79.29%66.27%-
XYZ16.978.8138.34-
YUV78.68178.97164.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 35 (14.06% from 255) = 10.48%
BLUE value IS 169 (66.41% from 255) = 50.60%
R=38.92%
G=10.48%
B=50.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130351690.230.7900.34282.5465.6940
Hex8223A9174F02211b4228
Octal202432512711704243310250
Binary100000101000111010100110111100111101000101000110111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8223A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8223A9; }

 p { color: rgb(130,35,169); }

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

<style>
 a { background-color: #8223A9; }

 a { background-color: rgb(130,35,169); }

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

<style>
 span { border-color: #8223A9; }

 span { border-color: rgb(130,35,169); }

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