Html Css Color HEX #836FAD Deluge

📋 copy color: '#836FAD'

red 131 ◦ green 111 ◦ blue 173

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

Shades of Deluge #836FAD

Tints of Deluge #836FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 31.57%
G = 26.75%
B = 41.69%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#836FAD (or 0x836FAD) is known color: Deluge. HEX triplet: 83, 6F and AD. RGB value is (131,111,173). Sum of RGB (Red+Green+Blue) = 131+111+173=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #836FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAD is #7C9052. Grayscale: #7B7B7B. Windows color (decimal): -8163411 or 11366275. OLE color: 11366275.

HSL color Cylindrical-coordinate representation of color #836FAD: hue angle of 259.35º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #836FAD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 111 173 -
CMYK 0.24 0.36 0 0.32
HSL 259.35º 0.27% 0.56% -
HSV(B) 259.35º 0.36% 0.68% -
XYZ 22.59 19.21 42.05 -
YUV 124.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 131 111 173 0.24 0.36 0 0.32 259.35 0.27 0.56
Hex 83 6F AD 18 24 0 20 103 1B 38
Octal 203 157 255 30 44 0 40 403 33 70
Binary 10000011 1101111 10101101 11000 100100 0 100000 100000011 11011 111000

Color Harmonies of #836FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FAD

Black with #836FAD

Text Example


Text Example

White with #836FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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