Html Css Color HEX #8004D2 Dark Violet

📋 copy color: '#8004D2'

red 128 ◦ green 4 ◦ blue 210

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

Shades of Dark Violet #8004D2

Tints of Dark Violet #8004D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 61.4%

R = 37.43%
G = 1.17%
B = 61.4%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8004D2 (or 0x8004D2) is known color: Dark Violet. HEX triplet: 80, 04 and D2. RGB value is (128,4,210). Sum of RGB (Red+Green+Blue) = 128+4+210=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 210 (82.42% from 255 or 61.40% from 342); Max value from RGB is 210 - color contains mainly: blue. Hex color #8004D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8004D2 is #7FFB2D. Grayscale: #3F3F3F. Windows color (decimal): -8387374 or 13763712. OLE color: 13763712.

HSL color Cylindrical-coordinate representation of color #8004D2: hue angle of 276.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004D2 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 4 210 -
CMYK 0.39 0.98 0 0.18
HSL 276.12º 0.96% 0.42% -
HSV(B) 276.12º 0.98% 0.82% -
XYZ 20.58 9.33 61.69 -
YUV 64.56 210.08 173.25 -
System Red Green Blue C M Y K H S L
Decimal 128 4 210 0.39 0.98 0 0.18 276.12 0.96 0.42
Hex 80 4 D2 27 62 0 12 114 60 2A
Octal 200 4 322 47 142 0 22 424 140 52
Binary 10000000 100 11010010 100111 1100010 0 10010 100010100 1100000 101010

Color Harmonies of #8004D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8004D2

Black with #8004D2

Text Example


Text Example

White with #8004D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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