Html Css Color HEX #835EAB Deluge

📋 copy color: '#835EAB'

red 131 ◦ green 94 ◦ blue 171

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

Shades of Deluge #835EAB

Tints of Deluge #835EAB

RGB

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

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

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

R = 33.08%
G = 23.74%
B = 43.18%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835EAB (or 0x835EAB) is known color: Deluge. HEX triplet: 83, 5E and AB. RGB value is (131,94,171). Sum of RGB (Red+Green+Blue) = 131+94+171=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #835EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EAB is #7CA154. Grayscale: #717171. Windows color (decimal): -8167765 or 11230851. OLE color: 11230851.

HSL color Cylindrical-coordinate representation of color #835EAB: hue angle of 268.83º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835EAB is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 94 171 -
CMYK 0.23 0.45 0 0.33
HSL 268.83º 0.31% 0.52% -
HSV(B) 268.83º 0.45% 0.67% -
XYZ 20.71 15.77 40.48 -
YUV 113.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 131 94 171 0.23 0.45 0 0.33 268.83 0.31 0.52
Hex 83 5E AB 17 2D 0 21 10D 1F 34
Octal 203 136 253 27 55 0 41 415 37 64
Binary 10000011 1011110 10101011 10111 101101 0 100001 100001101 11111 110100

Color Harmonies of #835EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EAB

Black with #835EAB

Text Example


Text Example

White with #835EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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