Html Css Color HEX #8004E0 Dark Violet

📋 copy color: '#8004E0'

red 128 ◦ green 4 ◦ blue 224

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

Shades of Dark Violet #8004E0

Tints of Dark Violet #8004E0

RGB

 RED value IS 128 (50.39% from 255) = 35.96%

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 224 (87.89% from 255) = 62.92%

R = 35.96%
G = 1.12%
B = 62.92%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8004E0 (or 0x8004E0) is known color: Dark Violet. HEX triplet: 80, 04 and E0. RGB value is (128,4,224). Sum of RGB (Red+Green+Blue) = 128+4+224=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #8004E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8004E0 is #7FFB1F. Grayscale: #414141. Windows color (decimal): -8387360 or 14681216. OLE color: 14681216.

HSL color Cylindrical-coordinate representation of color #8004E0: hue angle of 273.82º degrees, saturation: 0.96, 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 #8004E0 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 4 224 -
CMYK 0.43 0.98 0 0.12
HSL 273.82º 0.96% 0.45% -
HSV(B) 273.82º 0.98% 0.88% -
XYZ 22.4 10.06 71.28 -
YUV 66.16 217.08 172.11 -
System Red Green Blue C M Y K H S L
Decimal 128 4 224 0.43 0.98 0 0.12 273.82 0.96 0.45
Hex 80 4 E0 2B 62 0 C 112 60 2D
Octal 200 4 340 53 142 0 14 422 140 55
Binary 10000000 100 11100000 101011 1100010 0 1100 100010010 1100000 101101

Color Harmonies of #8004E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8004E0

Black with #8004E0

Text Example


Text Example

White with #8004E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8004E0; }

 p { color: rgb(128,4,224); }

 H1.HeaderClassName
 {
   color: #8004E0;
 }
 .AnyTagClassName
 {
   color: #8004E0;
 }
</style>

background-color css

<style>
 a { background-color: #8004E0; }

 a { background-color: rgb(128,4,224); }

 div.DivClassName
 {
   background-color: #8004E0;
 }
 .BgClassName
 {
   background-color: #8004E0;
 }
</style>

border-color css

<style>
 span { border-color: #8004E0; }

 span { border-color: rgb(128,4,224); }

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