Html Css Color HEX #816F9D Deluge

📋 copy color: '#816F9D'

red 129 ◦ green 111 ◦ blue 157

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

Shades of Deluge #816F9D

Tints of Deluge #816F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 32.49%
G = 27.96%
B = 39.55%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#816F9D (or 0x816F9D) is known color: Deluge. HEX triplet: 81, 6F and 9D. RGB value is (129,111,157). Sum of RGB (Red+Green+Blue) = 129+111+157=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #816F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F9D is #7E9062. Grayscale: #797979. Windows color (decimal): -8294499 or 10317697. OLE color: 10317697.

HSL color Cylindrical-coordinate representation of color #816F9D: hue angle of 263.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816F9D is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 111 157 -
CMYK 0.18 0.29 0 0.38
HSL 263.48º 0.19% 0.53% -
HSV(B) 263.48º 0.29% 0.62% -
XYZ 20.82 18.47 34.37 -
YUV 121.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 129 111 157 0.18 0.29 0 0.38 263.48 0.19 0.53
Hex 81 6F 9D 12 1D 0 26 107 13 35
Octal 201 157 235 22 35 0 46 407 23 65
Binary 10000001 1101111 10011101 10010 11101 0 100110 100000111 10011 110101

Color Harmonies of #816F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816F9D

Black with #816F9D

Text Example


Text Example

White with #816F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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