#8A1FA4

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

Shades of Vivid Violet #8A1FA4

Tints of Vivid Violet #8A1FA4

Color information

#8A1FA4 (or 0x8A1FA4) is unknown color: approx Vivid Violet. HEX triplet: 8A, 1F and A4. RGB value is (138,31,164). Sum of RGB (Red+Green+Blue) = 138+31+164=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A1FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1FA4 is #75E05B. Grayscale: #4D4D4D. Windows color (decimal): -7725148 or 10755978. OLE color: 10755978.

HSL color Cylindrical-coordinate representation of color #8A1FA4: hue angle of 288.27º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1FA4 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13831164-
CMYK0.160.8100.36
HSL288.27º68.21%38.24%-
HSV(B)288.27º81.1%64.31%-
XYZ17.679.0635.94-
YUV78.16176.45170.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 164 (64.45% from 255) = 49.25%
R=41.44%
G=9.31%
B=49.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138311640.160.8100.36288.2768.2138.24
Hex8A1FA410510241204426
Octal212372442012104444010446
Binary10001010111111010010010000101000101001001001000001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,31,164); }

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

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

 a { background-color: rgb(138,31,164); }

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

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

 span { border-color: rgb(138,31,164); }

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