Html Css Color HEX #816DAB Deluge

📋 copy color: '#816DAB'

red 129 ◦ green 109 ◦ blue 171

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

Shades of Deluge #816DAB

Tints of Deluge #816DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 31.54%
G = 26.65%
B = 41.81%

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

#816DAB (or 0x816DAB) is known color: Deluge. HEX triplet: 81, 6D and AB. RGB value is (129,109,171). Sum of RGB (Red+Green+Blue) = 129+109+171=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #816DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816DAB is #7E9254. Grayscale: #797979. Windows color (decimal): -8294997 or 11234689. OLE color: 11234689.

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

Color convert

RGB 129 109 171 -
CMYK 0.25 0.36 0 0.33
HSL 259.35º 0.27% 0.55% -
HSV(B) 259.35º 0.36% 0.67% -
XYZ 21.87 18.54 40.95 -
YUV 122.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 129 109 171 0.25 0.36 0 0.33 259.35 0.27 0.55
Hex 81 6D AB 19 24 0 21 103 1B 37
Octal 201 155 253 31 44 0 41 403 33 67
Binary 10000001 1101101 10101011 11001 100100 0 100001 100000011 11011 110111

Color Harmonies of #816DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DAB

Black with #816DAB

Text Example


Text Example

White with #816DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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