Html Css Color HEX #8206DB Dark Violet

📋 copy color: '#8206DB'

red 130 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #8206DB

Tints of Dark Violet #8206DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

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

R = 36.62%
G = 1.69%
B = 61.69%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8206DB (or 0x8206DB) is known color: Dark Violet. HEX triplet: 82, 06 and DB. RGB value is (130,6,219). Sum of RGB (Red+Green+Blue) = 130+6+219=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #8206DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8206DB is #7DF924. Grayscale: #424242. Windows color (decimal): -8255781 or 14354050. OLE color: 14354050.

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

Color convert

RGB 130 6 219 -
CMYK 0.41 0.97 0 0.14
HSL 274.93º 0.95% 0.44% -
HSV(B) 274.93º 0.97% 0.86% -
XYZ 22.06 9.99 67.78 -
YUV 67.36 213.58 172.68 -
System Red Green Blue C M Y K H S L
Decimal 130 6 219 0.41 0.97 0 0.14 274.93 0.95 0.44
Hex 82 6 DB 29 61 0 E 113 5F 2C
Octal 202 6 333 51 141 0 16 423 137 54
Binary 10000010 110 11011011 101001 1100001 0 1110 100010011 1011111 101100

Color Harmonies of #8206DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8206DB

Black with #8206DB

Text Example


Text Example

White with #8206DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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