Html Css Color HEX #806CAB Deluge

📋 copy color: '#806CAB'

red 128 ◦ green 108 ◦ blue 171

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

Shades of Deluge #806CAB

Tints of Deluge #806CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 31.45%
G = 26.54%
B = 42.01%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806CAB (or 0x806CAB) is known color: Deluge. HEX triplet: 80, 6C and AB. RGB value is (128,108,171). Sum of RGB (Red+Green+Blue) = 128+108+171=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #806CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806CAB is #7F9354. Grayscale: #787878. Windows color (decimal): -8360789 or 11234432. OLE color: 11234432.

HSL color Cylindrical-coordinate representation of color #806CAB: hue angle of 259.05º degrees, saturation: 0.27, 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 #806CAB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 108 171 -
CMYK 0.25 0.37 0 0.33
HSL 259.05º 0.27% 0.55% -
HSV(B) 259.05º 0.37% 0.67% -
XYZ 21.62 18.25 40.91 -
YUV 121.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 128 108 171 0.25 0.37 0 0.33 259.05 0.27 0.55
Hex 80 6C AB 19 25 0 21 103 1B 37
Octal 200 154 253 31 45 0 41 403 33 67
Binary 10000000 1101100 10101011 11001 100101 0 100001 100000011 11011 110111

Color Harmonies of #806CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CAB

Black with #806CAB

Text Example


Text Example

White with #806CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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