Html Css Color HEX #836B9F Deluge

📋 copy color: '#836B9F'

red 131 ◦ green 107 ◦ blue 159

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

Shades of Deluge #836B9F

Tints of Deluge #836B9F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

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

R = 33%
G = 26.95%
B = 40.05%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#836B9F (or 0x836B9F) is known color: Deluge. HEX triplet: 83, 6B and 9F. RGB value is (131,107,159). Sum of RGB (Red+Green+Blue) = 131+107+159=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #836B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B9F is #7C9460. Grayscale: #777777. Windows color (decimal): -8164449 or 10447747. OLE color: 10447747.

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

Color convert

RGB 131 107 159 -
CMYK 0.18 0.33 0 0.38
HSL 267.69º 0.21% 0.52% -
HSV(B) 267.69º 0.33% 0.62% -
XYZ 20.88 17.84 35.14 -
YUV 120.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 131 107 159 0.18 0.33 0 0.38 267.69 0.21 0.52
Hex 83 6B 9F 12 21 0 26 10C 15 34
Octal 203 153 237 22 41 0 46 414 25 64
Binary 10000011 1101011 10011111 10010 100001 0 100110 100001100 10101 110100

Color Harmonies of #836B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836B9F

Black with #836B9F

Text Example


Text Example

White with #836B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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