Html Css Color HEX #806FAC Deluge

📋 copy color: '#806FAC'

red 128 ◦ green 111 ◦ blue 172

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

Shades of Deluge #806FAC

Tints of Deluge #806FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

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

R = 31.14%
G = 27.01%
B = 41.85%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806FAC (or 0x806FAC) is known color: Deluge. HEX triplet: 80, 6F and AC. RGB value is (128,111,172). Sum of RGB (Red+Green+Blue) = 128+111+172=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #806FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FAC is #7F9053. Grayscale: #7A7A7A. Windows color (decimal): -8360020 or 11300736. OLE color: 11300736.

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

Color convert

RGB 128 111 172 -
CMYK 0.26 0.35 0 0.33
HSL 256.72º 0.27% 0.55% -
HSV(B) 256.72º 0.35% 0.67% -
XYZ 22.03 18.94 41.52 -
YUV 123.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 128 111 172 0.26 0.35 0 0.33 256.72 0.27 0.55
Hex 80 6F AC 1A 23 0 21 101 1B 37
Octal 200 157 254 32 43 0 41 401 33 67
Binary 10000000 1101111 10101100 11010 100011 0 100001 100000001 11011 110111

Color Harmonies of #806FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FAC

Black with #806FAC

Text Example


Text Example

White with #806FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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