#8419AE

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

Shades of Vivid Violet #8419AE

Tints of Vivid Violet #8419AE

Color information

#8419AE (or 0x8419AE) is unknown color: approx Vivid Violet. HEX triplet: 84, 19 and AE. RGB value is (132,25,174). Sum of RGB (Red+Green+Blue) = 132+25+174=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #8419AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8419AE is #7BE651. Grayscale: #494949. Windows color (decimal): -8119890 or 11409796. OLE color: 11409796.

HSL color Cylindrical-coordinate representation of color #8419AE: hue angle of 283.09º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8419AE is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13225174-
CMYK0.240.8600.32
HSL283.09º74.87%39.02%-
HSV(B)283.09º85.63%68.24%-
XYZ17.58.6640.79-
YUV73.98184.45169.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=39.88%
G=7.55%
B=52.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132251740.240.8600.32283.0974.8739.02
Hex8419AE185602011b4b27
Octal204312563012604043311347
Binary10000100110011010111011000101011001000001000110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8419AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8419AE; }

 p { color: rgb(132,25,174); }

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

<style>
 a { background-color: #8419AE; }

 a { background-color: rgb(132,25,174); }

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

<style>
 span { border-color: #8419AE; }

 span { border-color: rgb(132,25,174); }

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