Html Css Color HEX #835EAE Deluge

📋 copy color: '#835EAE'

red 131 ◦ green 94 ◦ blue 174

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

Shades of Deluge #835EAE

Tints of Deluge #835EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 32.83%
G = 23.56%
B = 43.61%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#835EAE (or 0x835EAE) is known color: Deluge. HEX triplet: 83, 5E and AE. RGB value is (131,94,174). Sum of RGB (Red+Green+Blue) = 131+94+174=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #835EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EAE is #7CA151. Grayscale: #717171. Windows color (decimal): -8167762 or 11427459. OLE color: 11427459.

HSL color Cylindrical-coordinate representation of color #835EAE: hue angle of 267.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835EAE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 94 174 -
CMYK 0.25 0.46 0 0.32
HSL 267.75º 0.33% 0.53% -
HSV(B) 267.75º 0.46% 0.68% -
XYZ 21 15.89 42 -
YUV 114.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 131 94 174 0.25 0.46 0 0.32 267.75 0.33 0.53
Hex 83 5E AE 19 2E 0 20 10C 21 35
Octal 203 136 256 31 56 0 40 414 41 65
Binary 10000011 1011110 10101110 11001 101110 0 100000 100001100 100001 110101

Color Harmonies of #835EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EAE

Black with #835EAE

Text Example


Text Example

White with #835EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835EAE; }

 p { color: rgb(131,94,174); }

 H1.HeaderClassName
 {
   color: #835EAE;
 }
 .AnyTagClassName
 {
   color: #835EAE;
 }
</style>

background-color css

<style>
 a { background-color: #835EAE; }

 a { background-color: rgb(131,94,174); }

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

border-color css

<style>
 span { border-color: #835EAE; }

 span { border-color: rgb(131,94,174); }

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