#8419c9

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

Shades of Blue Violet #8419C9

Tints of Blue Violet #8419C9

Color information

#8419C9 (or 0x8419C9) is unknown color: approx Blue Violet. HEX triplet: 84, 19 and C9. RGB value is (132,25,201). Sum of RGB (Red+Green+Blue) = 132+25+201=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #8419C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8419C9 is #7BE636. Grayscale: #4C4C4C. Windows color (decimal): -8119863 or 13179268. OLE color: 13179268.

HSL color Cylindrical-coordinate representation of color #8419C9: hue angle of 276.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8419C9 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13225201-
CMYK0.340.8800.21
HSL276.48º77.88%44.31%-
HSV(B)276.48º87.56%78.82%-
XYZ20.419.8256.08-
YUV77.06197.95167.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 25 (10.16% from 255) = 6.98%
BLUE value IS 201 (78.91% from 255) = 56.15%
R=36.87%
G=6.98%
B=56.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132252010.340.8800.21276.4877.8844.31
Hex8419C922580151144e2c
Octal204313114213002542411654
Binary10000100110011100100110001010110000101011000101001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8419c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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