Html Css Color HEX #8205DB Dark Violet

📋 copy color: '#8205DB'

red 130 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #8205DB

Tints of Dark Violet #8205DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 36.72%
G = 1.41%
B = 61.86%

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

#8205DB (or 0x8205DB) is known color: Dark Violet. HEX triplet: 82, 05 and DB. RGB value is (130,5,219). Sum of RGB (Red+Green+Blue) = 130+5+219=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #8205DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205DB is #7DFA24. Grayscale: #424242. Windows color (decimal): -8256037 or 14353794. OLE color: 14353794.

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

Color convert

RGB 130 5 219 -
CMYK 0.41 0.98 0 0.14
HSL 275.05º 0.96% 0.44% -
HSV(B) 275.05º 0.98% 0.86% -
XYZ 22.05 9.97 67.78 -
YUV 66.77 213.91 173.1 -
System Red Green Blue C M Y K H S L
Decimal 130 5 219 0.41 0.98 0 0.14 275.05 0.96 0.44
Hex 82 5 DB 29 62 0 E 113 60 2C
Octal 202 5 333 51 142 0 16 423 140 54
Binary 10000010 101 11011011 101001 1100010 0 1110 100010011 1100000 101100

Color Harmonies of #8205DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8205DB

Black with #8205DB

Text Example


Text Example

White with #8205DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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