Html Css Color HEX #836E9F Deluge

📋 copy color: '#836E9F'

red 131 ◦ green 110 ◦ blue 159

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

Shades of Deluge #836E9F

Tints of Deluge #836E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.5%

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

R = 32.75%
G = 27.5%
B = 39.75%

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

#836E9F (or 0x836E9F) is known color: Deluge. HEX triplet: 83, 6E and 9F. RGB value is (131,110,159). Sum of RGB (Red+Green+Blue) = 131+110+159=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #836E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E9F is #7C9160. Grayscale: #797979. Windows color (decimal): -8163681 or 10448515. OLE color: 10448515.

HSL color Cylindrical-coordinate representation of color #836E9F: hue angle of 265.71º degrees, saturation: 0.2, 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 #836E9F is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 110 159 -
CMYK 0.18 0.31 0 0.38
HSL 265.71º 0.2% 0.53% -
HSV(B) 265.71º 0.31% 0.62% -
XYZ 21.19 18.48 35.25 -
YUV 121.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 131 110 159 0.18 0.31 0 0.38 265.71 0.2 0.53
Hex 83 6E 9F 12 1F 0 26 10A 14 35
Octal 203 156 237 22 37 0 46 412 24 65
Binary 10000011 1101110 10011111 10010 11111 0 100110 100001010 10100 110101

Color Harmonies of #836E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E9F

Black with #836E9F

Text Example


Text Example

White with #836E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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