Html Css Color HEX #836BAB Deluge

📋 copy color: '#836BAB'

red 131 ◦ green 107 ◦ blue 171

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

Shades of Deluge #836BAB

Tints of Deluge #836BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

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

R = 32.03%
G = 26.16%
B = 41.81%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836BAB (or 0x836BAB) is known color: Deluge. HEX triplet: 83, 6B and AB. RGB value is (131,107,171). Sum of RGB (Red+Green+Blue) = 131+107+171=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #836BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836BAB is #7C9454. Grayscale: #797979. Windows color (decimal): -8164437 or 11234179. OLE color: 11234179.

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

Color convert

RGB 131 107 171 -
CMYK 0.23 0.37 0 0.33
HSL 262.5º 0.28% 0.55% -
HSV(B) 262.5º 0.37% 0.67% -
XYZ 21.97 18.28 40.9 -
YUV 121.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 131 107 171 0.23 0.37 0 0.33 262.5 0.28 0.55
Hex 83 6B AB 17 25 0 21 106 1C 37
Octal 203 153 253 27 45 0 41 406 34 67
Binary 10000011 1101011 10101011 10111 100101 0 100001 100000110 11100 110111

Color Harmonies of #836BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BAB

Black with #836BAB

Text Example


Text Example

White with #836BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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