Html Css Color HEX #836DAA Deluge

📋 copy color: '#836DAA'

red 131 ◦ green 109 ◦ blue 170

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

Shades of Deluge #836DAA

Tints of Deluge #836DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 31.95%
G = 26.59%
B = 41.46%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836DAA (or 0x836DAA) is known color: Deluge. HEX triplet: 83, 6D and AA. RGB value is (131,109,170). Sum of RGB (Red+Green+Blue) = 131+109+170=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #836DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAA is #7C9255. Grayscale: #7A7A7A. Windows color (decimal): -8163926 or 11169155. OLE color: 11169155.

HSL color Cylindrical-coordinate representation of color #836DAA: hue angle of 261.64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #836DAA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 109 170 -
CMYK 0.23 0.36 0 0.33
HSL 261.64º 0.26% 0.55% -
HSV(B) 261.64º 0.36% 0.67% -
XYZ 22.08 18.66 40.47 -
YUV 122.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 131 109 170 0.23 0.36 0 0.33 261.64 0.26 0.55
Hex 83 6D AA 17 24 0 21 106 1A 37
Octal 203 155 252 27 44 0 41 406 32 67
Binary 10000011 1101101 10101010 10111 100100 0 100001 100000110 11010 110111

Color Harmonies of #836DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DAA

Black with #836DAA

Text Example


Text Example

White with #836DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,109,170); }

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

background-color css

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

 a { background-color: rgb(131,109,170); }

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

border-color css

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

 span { border-color: rgb(131,109,170); }

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