#8A22A5

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

Shades of Vivid Violet #8A22A5

Tints of Vivid Violet #8A22A5

Color information

#8A22A5 (or 0x8A22A5) is unknown color: approx Vivid Violet. HEX triplet: 8A, 22 and A5. RGB value is (138,34,165). Sum of RGB (Red+Green+Blue) = 138+34+165=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #8A22A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A22A5 is #75DD5A. Grayscale: #4F4F4F. Windows color (decimal): -7724379 or 10822282. OLE color: 10822282.

HSL color Cylindrical-coordinate representation of color #8A22A5: hue angle of 287.63º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A22A5 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13834165-
CMYK0.160.7900.35
HSL287.63º65.83%39.02%-
HSV(B)287.63º79.39%64.71%-
XYZ17.849.2636.44-
YUV80.03175.96169.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 34 (13.67% from 255) = 10.09%
BLUE value IS 165 (64.84% from 255) = 48.96%
R=40.95%
G=10.09%
B=48.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138341650.160.7900.35287.6365.8339.02
Hex8A22A5104F0231204227
Octal212422452011704344010247
Binary100010101000101010010110000100111101000111001000001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A22A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A22A5; }

 p { color: rgb(138,34,165); }

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

<style>
 a { background-color: #8A22A5; }

 a { background-color: rgb(138,34,165); }

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

<style>
 span { border-color: #8A22A5; }

 span { border-color: rgb(138,34,165); }

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