Html Css Color HEX #806EAC Deluge

📋 copy color: '#806EAC'

red 128 ◦ green 110 ◦ blue 172

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

Shades of Deluge #806EAC

Tints of Deluge #806EAC

RGB

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

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

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

R = 31.22%
G = 26.83%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806EAC (or 0x806EAC) is known color: Deluge. HEX triplet: 80, 6E and AC. RGB value is (128,110,172). Sum of RGB (Red+Green+Blue) = 128+110+172=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #806EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806EAC is #7F9153. Grayscale: #7A7A7A. Windows color (decimal): -8360276 or 11300480. OLE color: 11300480.

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

Color convert

RGB 128 110 172 -
CMYK 0.26 0.36 0 0.33
HSL 257.42º 0.27% 0.55% -
HSV(B) 257.42º 0.36% 0.67% -
XYZ 21.92 18.72 41.49 -
YUV 122.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 128 110 172 0.26 0.36 0 0.33 257.42 0.27 0.55
Hex 80 6E AC 1A 24 0 21 101 1B 37
Octal 200 156 254 32 44 0 41 401 33 67
Binary 10000000 1101110 10101100 11010 100100 0 100001 100000001 11011 110111

Color Harmonies of #806EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EAC

Black with #806EAC

Text Example


Text Example

White with #806EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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