Html Css Color HEX #8006DB Dark Violet

📋 copy color: '#8006DB'

red 128 ◦ green 6 ◦ blue 219

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

Shades of Dark Violet #8006DB

Tints of Dark Violet #8006DB

RGB

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

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

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

R = 36.26%
G = 1.7%
B = 62.04%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8006DB (or 0x8006DB) is known color: Dark Violet. HEX triplet: 80, 06 and DB. RGB value is (128,6,219). Sum of RGB (Red+Green+Blue) = 128+6+219=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 6 (2.73% from 255 or 1.70% 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 #8006DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8006DB is #7FF924. Grayscale: #424242. Windows color (decimal): -8386853 or 14354048. OLE color: 14354048.

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

Color convert

RGB 128 6 219 -
CMYK 0.42 0.97 0 0.14
HSL 274.37º 0.95% 0.44% -
HSV(B) 274.37º 0.97% 0.86% -
XYZ 21.75 9.83 67.77 -
YUV 66.76 213.92 171.68 -
System Red Green Blue C M Y K H S L
Decimal 128 6 219 0.42 0.97 0 0.14 274.37 0.95 0.44
Hex 80 6 DB 2A 61 0 E 112 5F 2C
Octal 200 6 333 52 141 0 16 422 137 54
Binary 10000000 110 11011011 101010 1100001 0 1110 100010010 1011111 101100

Color Harmonies of #8006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8006DB

Black with #8006DB

Text Example


Text Example

White with #8006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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