Html Css Color HEX #836DAC Deluge

📋 copy color: '#836DAC'

red 131 ◦ green 109 ◦ blue 172

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

Shades of Deluge #836DAC

Tints of Deluge #836DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 31.8%
G = 26.46%
B = 41.75%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836DAC (or 0x836DAC) is known color: Deluge. HEX triplet: 83, 6D and AC. RGB value is (131,109,172). Sum of RGB (Red+Green+Blue) = 131+109+172=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #836DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAC is #7C9253. Grayscale: #7A7A7A. Windows color (decimal): -8163924 or 11300227. OLE color: 11300227.

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

Color convert

RGB 131 109 172 -
CMYK 0.24 0.37 0 0.33
HSL 260.95º 0.28% 0.55% -
HSV(B) 260.95º 0.37% 0.67% -
XYZ 22.28 18.74 41.47 -
YUV 122.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 131 109 172 0.24 0.37 0 0.33 260.95 0.28 0.55
Hex 83 6D AC 18 25 0 21 105 1C 37
Octal 203 155 254 30 45 0 41 405 34 67
Binary 10000011 1101101 10101100 11000 100101 0 100001 100000101 11100 110111

Color Harmonies of #836DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DAC

Black with #836DAC

Text Example


Text Example

White with #836DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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