Html Css Color HEX #836A99 Deluge

📋 copy color: '#836A99'

red 131 ◦ green 106 ◦ blue 153

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

Shades of Deluge #836A99

Tints of Deluge #836A99

RGB

 RED value IS 131 (51.56% from 255) = 33.59%

 GREEN value IS 106 (41.8% from 255) = 27.18%

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

R = 33.59%
G = 27.18%
B = 39.23%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#836A99 (or 0x836A99) is known color: Deluge. HEX triplet: 83, 6A and 99. RGB value is (131,106,153). Sum of RGB (Red+Green+Blue) = 131+106+153=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #836A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A99 is #7C9566. Grayscale: #767676. Windows color (decimal): -8164711 or 10054275. OLE color: 10054275.

HSL color Cylindrical-coordinate representation of color #836A99: hue angle of 271.91º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #836A99 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 106 153 -
CMYK 0.14 0.31 0 0.4
HSL 271.91º 0.19% 0.51% -
HSV(B) 271.91º 0.31% 0.6% -
XYZ 20.26 17.43 32.43 -
YUV 118.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 131 106 153 0.14 0.31 0 0.4 271.91 0.19 0.51
Hex 83 6A 99 E 1F 0 28 110 13 33
Octal 203 152 231 16 37 0 50 420 23 63
Binary 10000011 1101010 10011001 1110 11111 0 101000 100010000 10011 110011

Color Harmonies of #836A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836A99

Black with #836A99

Text Example


Text Example

White with #836A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836A99; }

 p { color: rgb(131,106,153); }

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

background-color css

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

 a { background-color: rgb(131,106,153); }

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

border-color css

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

 span { border-color: rgb(131,106,153); }

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