Html Css Color HEX #836FAB Deluge

📋 copy color: '#836FAB'

red 131 ◦ green 111 ◦ blue 171

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

Shades of Deluge #836FAB

Tints of Deluge #836FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 31.72%
G = 26.88%
B = 41.4%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836FAB (or 0x836FAB) is known color: Deluge. HEX triplet: 83, 6F and AB. RGB value is (131,111,171). Sum of RGB (Red+Green+Blue) = 131+111+171=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #836FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAB is #7C9054. Grayscale: #7B7B7B. Windows color (decimal): -8163413 or 11235203. OLE color: 11235203.

HSL color Cylindrical-coordinate representation of color #836FAB: hue angle of 260º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #836FAB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 111 171 -
CMYK 0.23 0.35 0 0.33
HSL 260º 0.26% 0.55% -
HSV(B) 260º 0.35% 0.67% -
XYZ 22.4 19.13 41.04 -
YUV 123.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 131 111 171 0.23 0.35 0 0.33 260 0.26 0.55
Hex 83 6F AB 17 23 0 21 104 1A 37
Octal 203 157 253 27 43 0 41 404 32 67
Binary 10000011 1101111 10101011 10111 100011 0 100001 100000100 11010 110111

Color Harmonies of #836FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FAB

Black with #836FAB

Text Example


Text Example

White with #836FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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