Html Css Color HEX #836F9D Deluge

📋 copy color: '#836F9D'

red 131 ◦ green 111 ◦ blue 157

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

Shades of Deluge #836F9D

Tints of Deluge #836F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 32.83%
G = 27.82%
B = 39.35%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#836F9D (or 0x836F9D) is known color: Deluge. HEX triplet: 83, 6F and 9D. RGB value is (131,111,157). Sum of RGB (Red+Green+Blue) = 131+111+157=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #836F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F9D is #7C9062. Grayscale: #7A7A7A. Windows color (decimal): -8163427 or 10317699. OLE color: 10317699.

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

Color convert

RGB 131 111 157 -
CMYK 0.17 0.29 0 0.38
HSL 266.09º 0.19% 0.53% -
HSV(B) 266.09º 0.29% 0.62% -
XYZ 21.13 18.63 34.38 -
YUV 122.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 131 111 157 0.17 0.29 0 0.38 266.09 0.19 0.53
Hex 83 6F 9D 11 1D 0 26 10A 13 35
Octal 203 157 235 21 35 0 46 412 23 65
Binary 10000011 1101111 10011101 10001 11101 0 100110 100001010 10011 110101

Color Harmonies of #836F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F9D

Black with #836F9D

Text Example


Text Example

White with #836F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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