Html Css Color HEX #836D9F Deluge

📋 copy color: '#836D9F'

red 131 ◦ green 109 ◦ blue 159

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

Shades of Deluge #836D9F

Tints of Deluge #836D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 32.83%
G = 27.32%
B = 39.85%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#836D9F (or 0x836D9F) is known color: Deluge. HEX triplet: 83, 6D and 9F. RGB value is (131,109,159). Sum of RGB (Red+Green+Blue) = 131+109+159=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #836D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836D9F is #7C9260. Grayscale: #797979. Windows color (decimal): -8163937 or 10448259. OLE color: 10448259.

HSL color Cylindrical-coordinate representation of color #836D9F: hue angle of 266.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #836D9F is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 109 159 -
CMYK 0.18 0.31 0 0.38
HSL 266.4º 0.21% 0.53% -
HSV(B) 266.4º 0.31% 0.62% -
XYZ 21.09 18.27 35.22 -
YUV 121.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 131 109 159 0.18 0.31 0 0.38 266.4 0.21 0.53
Hex 83 6D 9F 12 1F 0 26 10A 15 35
Octal 203 155 237 22 37 0 46 412 25 65
Binary 10000011 1101101 10011111 10010 11111 0 100110 100001010 10101 110101

Color Harmonies of #836D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836D9F

Black with #836D9F

Text Example


Text Example

White with #836D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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