Html Css Color HEX #806EAB Deluge

📋 copy color: '#806EAB'

red 128 ◦ green 110 ◦ blue 171

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

Shades of Deluge #806EAB

Tints of Deluge #806EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

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

R = 31.3%
G = 26.89%
B = 41.81%

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

#806EAB (or 0x806EAB) is known color: Deluge. HEX triplet: 80, 6E and AB. RGB value is (128,110,171). Sum of RGB (Red+Green+Blue) = 128+110+171=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #806EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EAB is #7F9154. Grayscale: #7A7A7A. Windows color (decimal): -8360277 or 11234944. OLE color: 11234944.

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

Color convert

RGB 128 110 171 -
CMYK 0.25 0.36 0 0.33
HSL 257.7º 0.27% 0.55% -
HSV(B) 257.7º 0.36% 0.67% -
XYZ 21.83 18.68 40.98 -
YUV 122.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 128 110 171 0.25 0.36 0 0.33 257.7 0.27 0.55
Hex 80 6E AB 19 24 0 21 102 1B 37
Octal 200 156 253 31 44 0 41 402 33 67
Binary 10000000 1101110 10101011 11001 100100 0 100001 100000010 11011 110111

Color Harmonies of #806EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EAB

Black with #806EAB

Text Example


Text Example

White with #806EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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