Html Css Color HEX #836DAF Deluge

📋 copy color: '#836DAF'

red 131 ◦ green 109 ◦ blue 175

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

Shades of Deluge #836DAF

Tints of Deluge #836DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 31.57%
G = 26.27%
B = 42.17%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#836DAF (or 0x836DAF) is known color: Deluge. HEX triplet: 83, 6D and AF. RGB value is (131,109,175). Sum of RGB (Red+Green+Blue) = 131+109+175=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #836DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAF is #7C9250. Grayscale: #7A7A7A. Windows color (decimal): -8163921 or 11496835. OLE color: 11496835.

HSL color Cylindrical-coordinate representation of color #836DAF: hue angle of 260º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836DAF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 109 175 -
CMYK 0.25 0.38 0 0.31
HSL 260º 0.29% 0.56% -
HSV(B) 260º 0.38% 0.69% -
XYZ 22.57 18.86 43.01 -
YUV 123.1 157.29 133.63 -
System Red Green Blue C M Y K H S L
Decimal 131 109 175 0.25 0.38 0 0.31 260 0.29 0.56
Hex 83 6D AF 19 26 0 1F 104 1D 38
Octal 203 155 257 31 46 0 37 404 35 70
Binary 10000011 1101101 10101111 11001 100110 0 11111 100000100 11101 111000

Color Harmonies of #836DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DAF

Black with #836DAF

Text Example


Text Example

White with #836DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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