Html Css Color HEX #836F9F Deluge

📋 copy color: '#836F9F'

red 131 ◦ green 111 ◦ blue 159

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

Shades of Deluge #836F9F

Tints of Deluge #836F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.68%

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

R = 32.67%
G = 27.68%
B = 39.65%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#836F9F (or 0x836F9F) is known color: Deluge. HEX triplet: 83, 6F and 9F. RGB value is (131,111,159). Sum of RGB (Red+Green+Blue) = 131+111+159=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #836F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F9F is #7C9060. Grayscale: #7A7A7A. Windows color (decimal): -8163425 or 10448771. OLE color: 10448771.

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

Color convert

RGB 131 111 159 -
CMYK 0.18 0.30 0 0.38
HSL 265º 0.2% 0.53% -
HSV(B) 265º 0.3% 0.62% -
XYZ 21.3 18.7 35.29 -
YUV 122.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 131 111 159 0.18 0.30 0 0.38 265 0.2 0.53
Hex 83 6F 9F 12 1E 0 26 109 14 35
Octal 203 157 237 22 36 0 46 411 24 65
Binary 10000011 1101111 10011111 10010 11110 0 100110 100001001 10100 110101

Color Harmonies of #836F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F9F

Black with #836F9F

Text Example


Text Example

White with #836F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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