Html Css Color HEX #836CAB Deluge

📋 copy color: '#836CAB'

red 131 ◦ green 108 ◦ blue 171

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

Shades of Deluge #836CAB

Tints of Deluge #836CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.34%

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

R = 31.95%
G = 26.34%
B = 41.71%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#836CAB (or 0x836CAB) is known color: Deluge. HEX triplet: 83, 6C and AB. RGB value is (131,108,171). Sum of RGB (Red+Green+Blue) = 131+108+171=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #836CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAB is #7C9354. Grayscale: #797979. Windows color (decimal): -8164181 or 11234435. OLE color: 11234435.

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

Color convert

RGB 131 108 171 -
CMYK 0.23 0.37 0 0.33
HSL 261.9º 0.27% 0.55% -
HSV(B) 261.9º 0.37% 0.67% -
XYZ 22.07 18.49 40.93 -
YUV 122.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 131 108 171 0.23 0.37 0 0.33 261.9 0.27 0.55
Hex 83 6C AB 17 25 0 21 106 1B 37
Octal 203 154 253 27 45 0 41 406 33 67
Binary 10000011 1101100 10101011 10111 100101 0 100001 100000110 11011 110111

Color Harmonies of #836CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CAB

Black with #836CAB

Text Example


Text Example

White with #836CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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