Html Css Color HEX #816D9D Deluge

📋 copy color: '#816D9D'

red 129 ◦ green 109 ◦ blue 157

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

Shades of Deluge #816D9D

Tints of Deluge #816D9D

RGB

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

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

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

R = 32.66%
G = 27.59%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#816D9D (or 0x816D9D) is known color: Deluge. HEX triplet: 81, 6D and 9D. RGB value is (129,109,157). Sum of RGB (Red+Green+Blue) = 129+109+157=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #816D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816D9D is #7E9262. Grayscale: #787878. Windows color (decimal): -8295011 or 10317185. OLE color: 10317185.

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

Color convert

RGB 129 109 157 -
CMYK 0.18 0.31 0 0.38
HSL 265º 0.2% 0.52% -
HSV(B) 265º 0.31% 0.62% -
XYZ 20.61 18.04 34.29 -
YUV 120.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 129 109 157 0.18 0.31 0 0.38 265 0.2 0.52
Hex 81 6D 9D 12 1F 0 26 109 14 34
Octal 201 155 235 22 37 0 46 411 24 64
Binary 10000001 1101101 10011101 10010 11111 0 100110 100001001 10100 110100

Color Harmonies of #816D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816D9D

Black with #816D9D

Text Example


Text Example

White with #816D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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