#8404E1

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

Shades of Dark Violet #8404E1

Tints of Dark Violet #8404E1

Color information

#8404E1 (or 0x8404E1) is unknown color: approx Dark Violet. HEX triplet: 84, 04 and E1. RGB value is (132,4,225). Sum of RGB (Red+Green+Blue) = 132+4+225=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #8404E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8404E1 is #7BFB1E. Grayscale: #424242. Windows color (decimal): -8125215 or 14746756. OLE color: 14746756.

HSL color Cylindrical-coordinate representation of color #8404E1: hue angle of 274.75º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8404E1 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1324225-
CMYK0.410.9800.12
HSL274.75º96.51%44.9%-
HSV(B)274.75º98.22%88.24%-
XYZ23.1510.4372.03-
YUV67.47216.91174.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 4 (1.95% from 255) = 1.11%
BLUE value IS 225 (88.28% from 255) = 62.33%
R=36.57%
G=1.11%
B=62.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13242250.410.9800.12274.7596.5144.9
Hex844E129620C113612d
Octal20443415114201442314155
Binary10000100100111000011010011100010011001000100111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8404E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8404E1; }

 p { color: rgb(132,4,225); }

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

<style>
 a { background-color: #8404E1; }

 a { background-color: rgb(132,4,225); }

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

<style>
 span { border-color: #8404E1; }

 span { border-color: rgb(132,4,225); }

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