Html Css Color HEX #8404E1 Dark Violet

📋 copy color: '#8404E1'

red 132 ◦ green 4 ◦ blue 225

#8404E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8404E1

Tints of Dark Violet #8404E1

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 value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8404E1 (or 0x8404E1) is known color: 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

RGB 132 4 225 -
CMYK 0.41 0.98 0 0.12
HSL 274.75º 0.97% 0.45% -
HSV(B) 274.75º 0.98% 0.88% -
XYZ 23.15 10.43 72.03 -
YUV 67.47 216.91 174.03 -
System Red Green Blue C M Y K H S L
Decimal 132 4 225 0.41 0.98 0 0.12 274.75 0.97 0.45
Hex 84 4 E1 29 62 0 C 113 61 2D
Octal 204 4 341 51 142 0 14 423 141 55
Binary 10000100 100 11100001 101001 1100010 0 1100 100010011 1100001 101101

Color Harmonies of #8404E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8404E1

Black with #8404E1

Text Example


Text Example

White with #8404E1

Text Example


Text Example

HTML Codes & Css Web 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>