Html Css Color HEX #836AAA Deluge

📋 copy color: '#836AAA'

red 131 ◦ green 106 ◦ blue 170

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

Shades of Deluge #836AAA

Tints of Deluge #836AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

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

R = 32.19%
G = 26.04%
B = 41.77%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836AAA (or 0x836AAA) is known color: Deluge. HEX triplet: 83, 6A and AA. RGB value is (131,106,170). Sum of RGB (Red+Green+Blue) = 131+106+170=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #836AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAA is #7C9555. Grayscale: #787878. Windows color (decimal): -8164694 or 11168387. OLE color: 11168387.

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

Color convert

RGB 131 106 170 -
CMYK 0.23 0.38 0 0.33
HSL 263.44º 0.27% 0.54% -
HSV(B) 263.44º 0.38% 0.67% -
XYZ 21.77 18.04 40.36 -
YUV 120.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 131 106 170 0.23 0.38 0 0.33 263.44 0.27 0.54
Hex 83 6A AA 17 26 0 21 107 1B 36
Octal 203 152 252 27 46 0 41 407 33 66
Binary 10000011 1101010 10101010 10111 100110 0 100001 100000111 11011 110110

Color Harmonies of #836AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AAA

Black with #836AAA

Text Example


Text Example

White with #836AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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