#8419a8

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

Shades of Vivid Violet #8419A8

Tints of Vivid Violet #8419A8

Color information

#8419A8 (or 0x8419A8) is unknown color: approx Vivid Violet. HEX triplet: 84, 19 and A8. RGB value is (132,25,168). Sum of RGB (Red+Green+Blue) = 132+25+168=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #8419A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8419A8 is #7BE657. Grayscale: #484848. Windows color (decimal): -8119896 or 11016580. OLE color: 11016580.

HSL color Cylindrical-coordinate representation of color #8419A8: hue angle of 284.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8419A8 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13225168-
CMYK0.210.8500.34
HSL284.9º74.09%37.84%-
HSV(B)284.9º85.12%65.88%-
XYZ16.938.4337.78-
YUV73.29181.45169.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 25 (10.16% from 255) = 7.69%
BLUE value IS 168 (66.02% from 255) = 51.69%
R=40.62%
G=7.69%
B=51.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132251680.210.8500.34284.974.0937.84
Hex8419A8155502211d4a26
Octal204312502512504243511246
Binary10000100110011010100010101101010101000101000111011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8419a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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