Html Css Color HEX #816EAC Deluge

📋 copy color: '#816EAC'

red 129 ◦ green 110 ◦ blue 172

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

Shades of Deluge #816EAC

Tints of Deluge #816EAC

RGB

 RED value IS 129 (50.78% from 255) = 31.39%

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

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

R = 31.39%
G = 26.76%
B = 41.85%

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

#816EAC (or 0x816EAC) is known color: Deluge. HEX triplet: 81, 6E and AC. RGB value is (129,110,172). Sum of RGB (Red+Green+Blue) = 129+110+172=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 110 (43.36% from 255 or 26.76% 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 #816EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816EAC is #7E9153. Grayscale: #7A7A7A. Windows color (decimal): -8294740 or 11300481. OLE color: 11300481.

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

Color convert

RGB 129 110 172 -
CMYK 0.25 0.36 0 0.33
HSL 258.39º 0.27% 0.55% -
HSV(B) 258.39º 0.36% 0.67% -
XYZ 22.08 18.8 41.49 -
YUV 122.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 129 110 172 0.25 0.36 0 0.33 258.39 0.27 0.55
Hex 81 6E AC 19 24 0 21 102 1B 37
Octal 201 156 254 31 44 0 41 402 33 67
Binary 10000001 1101110 10101100 11001 100100 0 100001 100000010 11011 110111

Color Harmonies of #816EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816EAC

Black with #816EAC

Text Example


Text Example

White with #816EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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