Html Css Color HEX #816DAD Deluge

📋 copy color: '#816DAD'

red 129 ◦ green 109 ◦ blue 173

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

Shades of Deluge #816DAD

Tints of Deluge #816DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 31.39%
G = 26.52%
B = 42.09%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#816DAD (or 0x816DAD) is known color: Deluge. HEX triplet: 81, 6D and AD. RGB value is (129,109,173). Sum of RGB (Red+Green+Blue) = 129+109+173=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #816DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAD is #7E9252. Grayscale: #7A7A7A. Windows color (decimal): -8294995 or 11365761. OLE color: 11365761.

HSL color Cylindrical-coordinate representation of color #816DAD: hue angle of 258.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816DAD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 109 173 -
CMYK 0.25 0.37 0 0.32
HSL 258.75º 0.28% 0.55% -
HSV(B) 258.75º 0.37% 0.68% -
XYZ 22.06 18.62 41.97 -
YUV 122.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 129 109 173 0.25 0.37 0 0.32 258.75 0.28 0.55
Hex 81 6D AD 19 25 0 20 103 1C 37
Octal 201 155 255 31 45 0 40 403 34 67
Binary 10000001 1101101 10101101 11001 100101 0 100000 100000011 11100 110111

Color Harmonies of #816DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DAD

Black with #816DAD

Text Example


Text Example

White with #816DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,109,173); }

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

background-color css

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

 a { background-color: rgb(129,109,173); }

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

border-color css

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

 span { border-color: rgb(129,109,173); }

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