Html Css Color HEX #816899 Deluge

📋 copy color: '#816899'

red 129 ◦ green 104 ◦ blue 153

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

Shades of Deluge #816899

Tints of Deluge #816899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 33.42%
G = 26.94%
B = 39.64%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#816899 (or 0x816899) is known color: Deluge. HEX triplet: 81, 68 and 99. RGB value is (129,104,153). Sum of RGB (Red+Green+Blue) = 129+104+153=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #816899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816899 is #7E9766. Grayscale: #747474. Windows color (decimal): -8296295 or 10053761. OLE color: 10053761.

HSL color Cylindrical-coordinate representation of color #816899: hue angle of 270.61º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816899 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 104 153 -
CMYK 0.16 0.32 0 0.4
HSL 270.61º 0.19% 0.5% -
HSV(B) 270.61º 0.32% 0.6% -
XYZ 19.75 16.87 32.35 -
YUV 117.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 129 104 153 0.16 0.32 0 0.4 270.61 0.19 0.5
Hex 81 68 99 10 20 0 28 10F 13 32
Octal 201 150 231 20 40 0 50 417 23 62
Binary 10000001 1101000 10011001 10000 100000 0 101000 100001111 10011 110010

Color Harmonies of #816899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816899

Black with #816899

Text Example


Text Example

White with #816899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816899; }

 p { color: rgb(129,104,153); }

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

background-color css

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

 a { background-color: rgb(129,104,153); }

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

border-color css

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

 span { border-color: rgb(129,104,153); }

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