Html Css Color HEX #816F96 Deluge

📋 copy color: '#816F96'

red 129 ◦ green 111 ◦ blue 150

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

Shades of Deluge #816F96

Tints of Deluge #816F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 33.08%
G = 28.46%
B = 38.46%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#816F96 (or 0x816F96) is known color: Deluge. HEX triplet: 81, 6F and 96. RGB value is (129,111,150). Sum of RGB (Red+Green+Blue) = 129+111+150=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #816F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F96 is #7E9069. Grayscale: #787878. Windows color (decimal): -8294506 or 9858945. OLE color: 9858945.

HSL color Cylindrical-coordinate representation of color #816F96: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816F96 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 111 150 -
CMYK 0.14 0.26 0 0.41
HSL 267.69º 0.16% 0.51% -
HSV(B) 267.69º 0.26% 0.59% -
XYZ 20.24 18.24 31.31 -
YUV 120.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 129 111 150 0.14 0.26 0 0.41 267.69 0.16 0.51
Hex 81 6F 96 E 1A 0 29 10C 10 33
Octal 201 157 226 16 32 0 51 414 20 63
Binary 10000001 1101111 10010110 1110 11010 0 101001 100001100 10000 110011

Color Harmonies of #816F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816F96

Black with #816F96

Text Example


Text Example

White with #816F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,111,150); }

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

background-color css

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

 a { background-color: rgb(129,111,150); }

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

border-color css

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

 span { border-color: rgb(129,111,150); }

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