#8418A1

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

Shades of Vivid Violet #8418A1

Tints of Vivid Violet #8418A1

Color information

#8418A1 (or 0x8418A1) is unknown color: approx Vivid Violet. HEX triplet: 84, 18 and A1. RGB value is (132,24,161). Sum of RGB (Red+Green+Blue) = 132+24+161=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #8418A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8418A1 is #7BE75E. Grayscale: #474747. Windows color (decimal): -8120159 or 10557572. OLE color: 10557572.

HSL color Cylindrical-coordinate representation of color #8418A1: hue angle of 287.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8418A1 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13224161-
CMYK0.180.8500.37
HSL287.3º74.05%36.27%-
HSV(B)287.3º85.09%63.14%-
XYZ16.288.1334.43-
YUV71.91178.28170.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 161 (63.28% from 255) = 50.79%
R=41.64%
G=7.57%
B=50.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal132241610.180.8500.37287.374.0536.27
Hex8418A1125502511f4a24
Octal204302412212504543711244
Binary10000100110001010000110010101010101001011000111111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8418A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8418A1; }

 p { color: rgb(132,24,161); }

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

<style>
 a { background-color: #8418A1; }

 a { background-color: rgb(132,24,161); }

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

<style>
 span { border-color: #8418A1; }

 span { border-color: rgb(132,24,161); }

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