Html Css Color HEX #836CAF Deluge

📋 copy color: '#836CAF'

red 131 ◦ green 108 ◦ blue 175

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

Shades of Deluge #836CAF

Tints of Deluge #836CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 31.64%
G = 26.09%
B = 42.27%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#836CAF (or 0x836CAF) is known color: Deluge. HEX triplet: 83, 6C and AF. RGB value is (131,108,175). Sum of RGB (Red+Green+Blue) = 131+108+175=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 175 - color contains mainly: blue. Hex color #836CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CAF is #7C9350. Grayscale: #7A7A7A. Windows color (decimal): -8164177 or 11496579. OLE color: 11496579.

HSL color Cylindrical-coordinate representation of color #836CAF: hue angle of 260.6º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836CAF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 108 175 -
CMYK 0.25 0.38 0 0.31
HSL 260.6º 0.3% 0.55% -
HSV(B) 260.6º 0.38% 0.69% -
XYZ 22.46 18.65 42.97 -
YUV 122.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 131 108 175 0.25 0.38 0 0.31 260.6 0.3 0.55
Hex 83 6C AF 19 26 0 1F 105 1E 37
Octal 203 154 257 31 46 0 37 405 36 67
Binary 10000011 1101100 10101111 11001 100110 0 11111 100000101 11110 110111

Color Harmonies of #836CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CAF

Black with #836CAF

Text Example


Text Example

White with #836CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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