Html Css Color HEX #806CAA Deluge

📋 copy color: '#806CAA'

red 128 ◦ green 108 ◦ blue 170

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

Shades of Deluge #806CAA

Tints of Deluge #806CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 31.53%
G = 26.6%
B = 41.87%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806CAA (or 0x806CAA) is known color: Deluge. HEX triplet: 80, 6C and AA. RGB value is (128,108,170). Sum of RGB (Red+Green+Blue) = 128+108+170=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #806CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806CAA is #7F9355. Grayscale: #787878. Windows color (decimal): -8360790 or 11168896. OLE color: 11168896.

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

Color convert

RGB 128 108 170 -
CMYK 0.25 0.36 0 0.33
HSL 259.35º 0.27% 0.55% -
HSV(B) 259.35º 0.36% 0.67% -
XYZ 21.52 18.22 40.41 -
YUV 121.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 128 108 170 0.25 0.36 0 0.33 259.35 0.27 0.55
Hex 80 6C AA 19 24 0 21 103 1B 37
Octal 200 154 252 31 44 0 41 403 33 67
Binary 10000000 1101100 10101010 11001 100100 0 100001 100000011 11011 110111

Color Harmonies of #806CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CAA

Black with #806CAA

Text Example


Text Example

White with #806CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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