Html Css Color HEX #806CAC Deluge

📋 copy color: '#806CAC'

red 128 ◦ green 108 ◦ blue 172

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

Shades of Deluge #806CAC

Tints of Deluge #806CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.47%

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 31.37%
G = 26.47%
B = 42.16%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806CAC (or 0x806CAC) is known color: Deluge. HEX triplet: 80, 6C and AC. RGB value is (128,108,172). Sum of RGB (Red+Green+Blue) = 128+108+172=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #806CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806CAC is #7F9353. Grayscale: #797979. Windows color (decimal): -8360788 or 11299968. OLE color: 11299968.

HSL color Cylindrical-coordinate representation of color #806CAC: hue angle of 258.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806CAC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 108 172 -
CMYK 0.26 0.37 0 0.33
HSL 258.75º 0.28% 0.55% -
HSV(B) 258.75º 0.37% 0.67% -
XYZ 21.71 18.29 41.42 -
YUV 121.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 128 108 172 0.26 0.37 0 0.33 258.75 0.28 0.55
Hex 80 6C AC 1A 25 0 21 103 1C 37
Octal 200 154 254 32 45 0 41 403 34 67
Binary 10000000 1101100 10101100 11010 100101 0 100001 100000011 11100 110111

Color Harmonies of #806CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CAC

Black with #806CAC

Text Example


Text Example

White with #806CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806CAC; }

 p { color: rgb(128,108,172); }

 H1.HeaderClassName
 {
   color: #806CAC;
 }
 .AnyTagClassName
 {
   color: #806CAC;
 }
</style>

background-color css

<style>
 a { background-color: #806CAC; }

 a { background-color: rgb(128,108,172); }

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

border-color css

<style>
 span { border-color: #806CAC; }

 span { border-color: rgb(128,108,172); }

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