#8231a4

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

Shades of Vivid Violet #8231A4

Tints of Vivid Violet #8231A4

Color information

#8231A4 (or 0x8231A4) is unknown color: approx Vivid Violet. HEX triplet: 82, 31 and A4. RGB value is (130,49,164). Sum of RGB (Red+Green+Blue) = 130+49+164=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #8231A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8231A4 is #7DCE5B. Grayscale: #555555. Windows color (decimal): -8244828 or 10760578. OLE color: 10760578.

HSL color Cylindrical-coordinate representation of color #8231A4: hue angle of 282.26º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8231A4 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13049164-
CMYK0.210.7000.36
HSL282.26º53.99%41.76%-
HSV(B)282.26º70.12%64.31%-
XYZ17.019.6236.08-
YUV86.33171.84159.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=37.90%
G=14.29%
B=47.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130491640.210.7000.36282.2653.9941.76
Hex8231A4154602411a362a
Octal20261244251060444326652
Binary10000010110001101001001010110001100100100100011010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8231a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8231a4; }

 p { color: rgb(130,49,164); }

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

<style>
 a { background-color: #8231a4; }

 a { background-color: rgb(130,49,164); }

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

<style>
 span { border-color: #8231a4; }

 span { border-color: rgb(130,49,164); }

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