Html Css Color HEX #835DAE Deluge

📋 copy color: '#835DAE'

red 131 ◦ green 93 ◦ blue 174

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

Shades of Deluge #835DAE

Tints of Deluge #835DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

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

R = 32.91%
G = 23.37%
B = 43.72%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#835DAE (or 0x835DAE) is known color: Deluge. HEX triplet: 83, 5D and AE. RGB value is (131,93,174). Sum of RGB (Red+Green+Blue) = 131+93+174=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #835DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DAE is #7CA251. Grayscale: #717171. Windows color (decimal): -8168018 or 11427203. OLE color: 11427203.

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

Color convert

RGB 131 93 174 -
CMYK 0.25 0.47 0 0.32
HSL 268.15º 0.33% 0.52% -
HSV(B) 268.15º 0.47% 0.68% -
XYZ 20.91 15.71 41.97 -
YUV 113.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 131 93 174 0.25 0.47 0 0.32 268.15 0.33 0.52
Hex 83 5D AE 19 2F 0 20 10C 21 34
Octal 203 135 256 31 57 0 40 414 41 64
Binary 10000011 1011101 10101110 11001 101111 0 100000 100001100 100001 110100

Color Harmonies of #835DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DAE

Black with #835DAE

Text Example


Text Example

White with #835DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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