Html Css Color HEX #836CAC Deluge

📋 copy color: '#836CAC'

red 131 ◦ green 108 ◦ blue 172

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

Shades of Deluge #836CAC

Tints of Deluge #836CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.28%

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

R = 31.87%
G = 26.28%
B = 41.85%

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

#836CAC (or 0x836CAC) is known color: Deluge. HEX triplet: 83, 6C and AC. RGB value is (131,108,172). Sum of RGB (Red+Green+Blue) = 131+108+172=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #836CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAC is #7C9353. Grayscale: #797979. Windows color (decimal): -8164180 or 11299971. OLE color: 11299971.

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

Color convert

RGB 131 108 172 -
CMYK 0.24 0.37 0 0.33
HSL 261.56º 0.28% 0.55% -
HSV(B) 261.56º 0.37% 0.67% -
XYZ 22.17 18.53 41.44 -
YUV 122.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 131 108 172 0.24 0.37 0 0.33 261.56 0.28 0.55
Hex 83 6C AC 18 25 0 21 106 1C 37
Octal 203 154 254 30 45 0 41 406 34 67
Binary 10000011 1101100 10101100 11000 100101 0 100001 100000110 11100 110111

Color Harmonies of #836CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CAC

Black with #836CAC

Text Example


Text Example

White with #836CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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