#8415C4

Color #8415C4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8415C4

Tints of Dark Violet #8415C4

Color information

#8415C4 (or 0x8415C4) is unknown color: approx Dark Violet. HEX triplet: 84, 15 and C4. RGB value is (132,21,196). Sum of RGB (Red+Green+Blue) = 132+21+196=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #8415C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8415C4 is #7BEA3B. Grayscale: #494949. Windows color (decimal): -8120892 or 12850564. OLE color: 12850564.

HSL color Cylindrical-coordinate representation of color #8415C4: hue angle of 278.06º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8415C4 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13221196-
CMYK0.330.8900.23
HSL278.06º80.65%42.55%-
HSV(B)278.06º89.29%76.86%-
XYZ19.759.4353-
YUV74.14196.77169.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 196 (76.95% from 255) = 56.16%
R=37.82%
G=6.02%
B=56.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal132211960.330.8900.23278.0680.6542.55
Hex8415C42159017116512b
Octal204253044113102742612153
Binary10000100101011100010010000110110010101111000101101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8415C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8415C4; }

 p { color: rgb(132,21,196); }

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

<style>
 a { background-color: #8415C4; }

 a { background-color: rgb(132,21,196); }

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

<style>
 span { border-color: #8415C4; }

 span { border-color: rgb(132,21,196); }

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