Html Css Color HEX #836AAB Deluge

📋 copy color: '#836AAB'

red 131 ◦ green 106 ◦ blue 171

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

Shades of Deluge #836AAB

Tints of Deluge #836AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 32.11%
G = 25.98%
B = 41.91%

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

#836AAB (or 0x836AAB) is known color: Deluge. HEX triplet: 83, 6A and AB. RGB value is (131,106,171). Sum of RGB (Red+Green+Blue) = 131+106+171=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #836AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAB is #7C9554. Grayscale: #787878. Windows color (decimal): -8164693 or 11233923. OLE color: 11233923.

HSL color Cylindrical-coordinate representation of color #836AAB: hue angle of 263.08º degrees, saturation: 0.28, 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 #836AAB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 106 171 -
CMYK 0.23 0.38 0 0.33
HSL 263.08º 0.28% 0.54% -
HSV(B) 263.08º 0.38% 0.67% -
XYZ 21.86 18.07 40.86 -
YUV 120.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 131 106 171 0.23 0.38 0 0.33 263.08 0.28 0.54
Hex 83 6A AB 17 26 0 21 107 1C 36
Octal 203 152 253 27 46 0 41 407 34 66
Binary 10000011 1101010 10101011 10111 100110 0 100001 100000111 11100 110110

Color Harmonies of #836AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AAB

Black with #836AAB

Text Example


Text Example

White with #836AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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