Html Css Color HEX #8204DB Dark Violet

📋 copy color: '#8204DB'

red 130 ◦ green 4 ◦ blue 219

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

Shades of Dark Violet #8204DB

Tints of Dark Violet #8204DB

RGB

 RED value IS 130 (51.17% from 255) = 36.83%

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

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

R = 36.83%
G = 1.13%
B = 62.04%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8204DB (or 0x8204DB) is known color: Dark Violet. HEX triplet: 82, 04 and DB. RGB value is (130,4,219). Sum of RGB (Red+Green+Blue) = 130+4+219=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #8204DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204DB is #7DFB24. Grayscale: #414141. Windows color (decimal): -8256293 or 14353538. OLE color: 14353538.

HSL color Cylindrical-coordinate representation of color #8204DB: hue angle of 275.16º 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 #8204DB is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 4 219 -
CMYK 0.41 0.98 0 0.14
HSL 275.16º 0.96% 0.44% -
HSV(B) 275.16º 0.98% 0.86% -
XYZ 22.04 9.95 67.78 -
YUV 66.18 214.24 173.52 -
System Red Green Blue C M Y K H S L
Decimal 130 4 219 0.41 0.98 0 0.14 275.16 0.96 0.44
Hex 82 4 DB 29 62 0 E 113 60 2C
Octal 202 4 333 51 142 0 16 423 140 54
Binary 10000010 100 11011011 101001 1100010 0 1110 100010011 1100000 101100

Color Harmonies of #8204DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8204DB

Black with #8204DB

Text Example


Text Example

White with #8204DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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