Html Css Color HEX #816E99 Deluge

📋 copy color: '#816E99'

red 129 ◦ green 110 ◦ blue 153

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

Shades of Deluge #816E99

Tints of Deluge #816E99

RGB

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

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

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

R = 32.91%
G = 28.06%
B = 39.03%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#816E99 (or 0x816E99) is known color: Deluge. HEX triplet: 81, 6E and 99. RGB value is (129,110,153). Sum of RGB (Red+Green+Blue) = 129+110+153=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #816E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816E99 is #7E9166. Grayscale: #787878. Windows color (decimal): -8294759 or 10055297. OLE color: 10055297.

HSL color Cylindrical-coordinate representation of color #816E99: hue angle of 266.51º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #816E99 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 110 153 -
CMYK 0.16 0.28 0 0.4
HSL 266.51º 0.17% 0.52% -
HSV(B) 266.51º 0.28% 0.6% -
XYZ 20.38 18.12 32.56 -
YUV 120.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 129 110 153 0.16 0.28 0 0.4 266.51 0.17 0.52
Hex 81 6E 99 10 1C 0 28 10B 11 34
Octal 201 156 231 20 34 0 50 413 21 64
Binary 10000001 1101110 10011001 10000 11100 0 101000 100001011 10001 110100

Color Harmonies of #816E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E99

Black with #816E99

Text Example


Text Example

White with #816E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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