Html Css Color HEX #816996 Deluge

📋 copy color: '#816996'

red 129 ◦ green 105 ◦ blue 150

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

Shades of Deluge #816996

Tints of Deluge #816996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 33.59%
G = 27.34%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#816996 (or 0x816996) is known color: Deluge. HEX triplet: 81, 69 and 96. RGB value is (129,105,150). Sum of RGB (Red+Green+Blue) = 129+105+150=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: blue. Hex color #816996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816996 is #7E9669. Grayscale: #757575. Windows color (decimal): -8296042 or 9857409. OLE color: 9857409.

HSL color Cylindrical-coordinate representation of color #816996: hue angle of 272º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #816996 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 105 150 -
CMYK 0.14 0.30 0 0.41
HSL 272º 0.18% 0.5% -
HSV(B) 272º 0.3% 0.59% -
XYZ 19.61 16.97 31.1 -
YUV 117.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 129 105 150 0.14 0.30 0 0.41 272 0.18 0.5
Hex 81 69 96 E 1E 0 29 110 12 32
Octal 201 151 226 16 36 0 51 420 22 62
Binary 10000001 1101001 10010110 1110 11110 0 101001 100010000 10010 110010

Color Harmonies of #816996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816996

Black with #816996

Text Example


Text Example

White with #816996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816996; }

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

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

background-color css

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

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

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

border-color css

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

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

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