#8A229D

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

Shades of Vivid Violet #8A229D

Tints of Vivid Violet #8A229D

Color information

#8A229D (or 0x8A229D) is unknown color: approx Vivid Violet. HEX triplet: 8A, 22 and 9D. RGB value is (138,34,157). Sum of RGB (Red+Green+Blue) = 138+34+157=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A229D is #75DD62. Grayscale: #4E4E4E. Windows color (decimal): -7724387 or 10297994. OLE color: 10297994.

HSL color Cylindrical-coordinate representation of color #8A229D: hue angle of 290.73º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A229D is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13834157-
CMYK0.120.7800.38
HSL290.73º64.4%37.45%-
HSV(B)290.73º78.34%61.57%-
XYZ17.148.9832.73-
YUV79.12171.96170-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 34 (13.67% from 255) = 10.33%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=41.95%
G=10.33%
B=47.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138341570.120.7800.38290.7364.437.45
Hex8A229DC4E0261234025
Octal212422351411604644310045
Binary10001010100010100111011100100111001001101001000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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