Html Css Color HEX #825DAE Deluge

📋 copy color: '#825DAE'

red 130 ◦ green 93 ◦ blue 174

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

Shades of Deluge #825DAE

Tints of Deluge #825DAE

RGB

 RED value IS 130 (51.17% from 255) = 32.75%

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

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

R = 32.75%
G = 23.43%
B = 43.83%

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

#825DAE (or 0x825DAE) is known color: Deluge. HEX triplet: 82, 5D and AE. RGB value is (130,93,174). Sum of RGB (Red+Green+Blue) = 130+93+174=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #825DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DAE is #7DA251. Grayscale: #717171. Windows color (decimal): -8233554 or 11427202. OLE color: 11427202.

HSL color Cylindrical-coordinate representation of color #825DAE: hue angle of 267.41º 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 #825DAE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 93 174 -
CMYK 0.25 0.47 0 0.32
HSL 267.41º 0.33% 0.52% -
HSV(B) 267.41º 0.47% 0.68% -
XYZ 20.76 15.63 41.97 -
YUV 113.3 162.26 139.91 -
System Red Green Blue C M Y K H S L
Decimal 130 93 174 0.25 0.47 0 0.32 267.41 0.33 0.52
Hex 82 5D AE 19 2F 0 20 10B 21 34
Octal 202 135 256 31 57 0 40 413 41 64
Binary 10000010 1011101 10101110 11001 101111 0 100000 100001011 100001 110100

Color Harmonies of #825DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DAE

Black with #825DAE

Text Example


Text Example

White with #825DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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