Html Css Color HEX #836FAC Deluge

📋 copy color: '#836FAC'

red 131 ◦ green 111 ◦ blue 172

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

Shades of Deluge #836FAC

Tints of Deluge #836FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 31.64%
G = 26.81%
B = 41.55%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836FAC (or 0x836FAC) is known color: Deluge. HEX triplet: 83, 6F and AC. RGB value is (131,111,172). Sum of RGB (Red+Green+Blue) = 131+111+172=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #836FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836FAC is #7C9053. Grayscale: #7B7B7B. Windows color (decimal): -8163412 or 11300739. OLE color: 11300739.

HSL color Cylindrical-coordinate representation of color #836FAC: hue angle of 259.67º degrees, saturation: 0.27, 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 #836FAC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 111 172 -
CMYK 0.24 0.35 0 0.33
HSL 259.67º 0.27% 0.55% -
HSV(B) 259.67º 0.35% 0.67% -
XYZ 22.49 19.17 41.55 -
YUV 123.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 131 111 172 0.24 0.35 0 0.33 259.67 0.27 0.55
Hex 83 6F AC 18 23 0 21 104 1B 37
Octal 203 157 254 30 43 0 41 404 33 67
Binary 10000011 1101111 10101100 11000 100011 0 100001 100000100 11011 110111

Color Harmonies of #836FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FAC

Black with #836FAC

Text Example


Text Example

White with #836FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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