Html Css Color HEX #836CAD Deluge

📋 copy color: '#836CAD'

red 131 ◦ green 108 ◦ blue 173

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

Shades of Deluge #836CAD

Tints of Deluge #836CAD

RGB

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

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

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

R = 31.8%
G = 26.21%
B = 41.99%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#836CAD (or 0x836CAD) is known color: Deluge. HEX triplet: 83, 6C and AD. RGB value is (131,108,173). Sum of RGB (Red+Green+Blue) = 131+108+173=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #836CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAD is #7C9352. Grayscale: #7A7A7A. Windows color (decimal): -8164179 or 11365507. OLE color: 11365507.

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

Color convert

RGB 131 108 173 -
CMYK 0.24 0.38 0 0.32
HSL 261.23º 0.28% 0.55% -
HSV(B) 261.23º 0.38% 0.68% -
XYZ 22.27 18.57 41.95 -
YUV 122.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 131 108 173 0.24 0.38 0 0.32 261.23 0.28 0.55
Hex 83 6C AD 18 26 0 20 105 1C 37
Octal 203 154 255 30 46 0 40 405 34 67
Binary 10000011 1101100 10101101 11000 100110 0 100000 100000101 11100 110111

Color Harmonies of #836CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CAD

Black with #836CAD

Text Example


Text Example

White with #836CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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