Html Css Color HEX #836DAE Deluge

📋 copy color: '#836DAE'

red 131 ◦ green 109 ◦ blue 174

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

Shades of Deluge #836DAE

Tints of Deluge #836DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 31.64%
G = 26.33%
B = 42.03%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#836DAE (or 0x836DAE) is known color: Deluge. HEX triplet: 83, 6D and AE. RGB value is (131,109,174). Sum of RGB (Red+Green+Blue) = 131+109+174=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #836DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAE is #7C9251. Grayscale: #7A7A7A. Windows color (decimal): -8163922 or 11431299. OLE color: 11431299.

HSL color Cylindrical-coordinate representation of color #836DAE: hue angle of 260.31º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836DAE is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 109 174 -
CMYK 0.25 0.37 0 0.32
HSL 260.31º 0.29% 0.55% -
HSV(B) 260.31º 0.37% 0.68% -
XYZ 22.47 18.82 42.49 -
YUV 122.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 131 109 174 0.25 0.37 0 0.32 260.31 0.29 0.55
Hex 83 6D AE 19 25 0 20 104 1D 37
Octal 203 155 256 31 45 0 40 404 35 67
Binary 10000011 1101101 10101110 11001 100101 0 100000 100000100 11101 110111

Color Harmonies of #836DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DAE

Black with #836DAE

Text Example


Text Example

White with #836DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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