Html Css Color HEX #836DAB Deluge

📋 copy color: '#836DAB'

red 131 ◦ green 109 ◦ blue 171

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

Shades of Deluge #836DAB

Tints of Deluge #836DAB

RGB

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

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

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

R = 31.87%
G = 26.52%
B = 41.61%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836DAB (or 0x836DAB) is known color: Deluge. HEX triplet: 83, 6D and AB. RGB value is (131,109,171). Sum of RGB (Red+Green+Blue) = 131+109+171=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #836DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAB is #7C9254. Grayscale: #7A7A7A. Windows color (decimal): -8163925 or 11234691. OLE color: 11234691.

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

Color convert

RGB 131 109 171 -
CMYK 0.23 0.36 0 0.33
HSL 261.29º 0.27% 0.55% -
HSV(B) 261.29º 0.36% 0.67% -
XYZ 22.18 18.7 40.97 -
YUV 122.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 131 109 171 0.23 0.36 0 0.33 261.29 0.27 0.55
Hex 83 6D AB 17 24 0 21 105 1B 37
Octal 203 155 253 27 44 0 41 405 33 67
Binary 10000011 1101101 10101011 10111 100100 0 100001 100000101 11011 110111

Color Harmonies of #836DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DAB

Black with #836DAB

Text Example


Text Example

White with #836DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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