Html Css Color HEX #8006DC Dark Violet

📋 copy color: '#8006DC'

red 128 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #8006DC

Tints of Dark Violet #8006DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 36.16%
G = 1.69%
B = 62.15%

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

#8006DC (or 0x8006DC) is known color: Dark Violet. HEX triplet: 80, 06 and DC. RGB value is (128,6,220). Sum of RGB (Red+Green+Blue) = 128+6+220=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #8006DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8006DC is #7FF923. Grayscale: #424242. Windows color (decimal): -8386852 or 14419584. OLE color: 14419584.

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

Color convert

RGB 128 6 220 -
CMYK 0.42 0.97 0 0.14
HSL 274.21º 0.95% 0.44% -
HSV(B) 274.21º 0.97% 0.86% -
XYZ 21.89 9.89 68.47 -
YUV 66.87 214.42 171.6 -
System Red Green Blue C M Y K H S L
Decimal 128 6 220 0.42 0.97 0 0.14 274.21 0.95 0.44
Hex 80 6 DC 2A 61 0 E 112 5F 2C
Octal 200 6 334 52 141 0 16 422 137 54
Binary 10000000 110 11011100 101010 1100001 0 1110 100010010 1011111 101100

Color Harmonies of #8006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8006DC

Black with #8006DC

Text Example


Text Example

White with #8006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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