Html Css Color HEX #816DA9 Deluge

📋 copy color: '#816DA9'

red 129 ◦ green 109 ◦ blue 169

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

Shades of Deluge #816DA9

Tints of Deluge #816DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.52%

R = 31.7%
G = 26.78%
B = 41.52%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#816DA9 (or 0x816DA9) is known color: Deluge. HEX triplet: 81, 6D and A9. RGB value is (129,109,169). Sum of RGB (Red+Green+Blue) = 129+109+169=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #816DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DA9 is #7E9256. Grayscale: #797979. Windows color (decimal): -8294999 or 11103617. OLE color: 11103617.

HSL color Cylindrical-coordinate representation of color #816DA9: hue angle of 260º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816DA9 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 129 109 169 -
CMYK 0.24 0.36 0 0.34
HSL 260º 0.26% 0.55% -
HSV(B) 260º 0.36% 0.66% -
XYZ 21.68 18.47 39.96 -
YUV 121.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 129 109 169 0.24 0.36 0 0.34 260 0.26 0.55
Hex 81 6D A9 18 24 0 22 104 1A 37
Octal 201 155 251 30 44 0 42 404 32 67
Binary 10000001 1101101 10101001 11000 100100 0 100010 100000100 11010 110111

Color Harmonies of #816DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DA9

Black with #816DA9

Text Example


Text Example

White with #816DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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