Html Css Color HEX #836DAD Deluge

📋 copy color: '#836DAD'

red 131 ◦ green 109 ◦ blue 173

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

Shades of Deluge #836DAD

Tints of Deluge #836DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 31.72%
G = 26.39%
B = 41.89%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#836DAD (or 0x836DAD) is known color: Deluge. HEX triplet: 83, 6D and AD. RGB value is (131,109,173). Sum of RGB (Red+Green+Blue) = 131+109+173=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #836DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAD is #7C9252. Grayscale: #7A7A7A. Windows color (decimal): -8163923 or 11365763. OLE color: 11365763.

HSL color Cylindrical-coordinate representation of color #836DAD: hue angle of 260.62º degrees, saturation: 0.28, 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 #836DAD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 109 173 -
CMYK 0.24 0.37 0 0.32
HSL 260.63º 0.28% 0.55% -
HSV(B) 260.63º 0.37% 0.68% -
XYZ 22.37 18.78 41.98 -
YUV 122.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 131 109 173 0.24 0.37 0 0.32 260.63 0.28 0.55
Hex 83 6D AD 18 25 0 20 105 1C 37
Octal 203 155 255 30 45 0 40 405 34 67
Binary 10000011 1101101 10101101 11000 100101 0 100000 100000101 11100 110111

Color Harmonies of #836DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DAD

Black with #836DAD

Text Example


Text Example

White with #836DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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