Html Css Color HEX #8004DB Dark Violet

📋 copy color: '#8004DB'

red 128 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #8004DB

Tints of Dark Violet #8004DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 36.47%
G = 1.14%
B = 62.39%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8004DB (or 0x8004DB) is known color: Dark Violet. HEX triplet: 80, 04 and DB. RGB value is (128,4,219). Sum of RGB (Red+Green+Blue) = 128+4+219=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #8004DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8004DB is #7FFB24. Grayscale: #404040. Windows color (decimal): -8387365 or 14353536. OLE color: 14353536.

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

Color convert

RGB 128 4 219 -
CMYK 0.42 0.98 0 0.14
HSL 274.6º 0.96% 0.44% -
HSV(B) 274.6º 0.98% 0.86% -
XYZ 21.73 9.79 67.76 -
YUV 65.59 214.58 172.52 -
System Red Green Blue C M Y K H S L
Decimal 128 4 219 0.42 0.98 0 0.14 274.6 0.96 0.44
Hex 80 4 DB 2A 62 0 E 113 60 2C
Octal 200 4 333 52 142 0 16 423 140 54
Binary 10000000 100 11011011 101010 1100010 0 1110 100010011 1100000 101100

Color Harmonies of #8004DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8004DB

Black with #8004DB

Text Example


Text Example

White with #8004DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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