Html Css Color HEX #825DAA Deluge

📋 copy color: '#825DAA'

red 130 ◦ green 93 ◦ blue 170

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

Shades of Deluge #825DAA

Tints of Deluge #825DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 33.08%
G = 23.66%
B = 43.26%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#825DAA (or 0x825DAA) is known color: Deluge. HEX triplet: 82, 5D and AA. RGB value is (130,93,170). Sum of RGB (Red+Green+Blue) = 130+93+170=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #825DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DAA is #7DA255. Grayscale: #707070. Windows color (decimal): -8233558 or 11165058. OLE color: 11165058.

HSL color Cylindrical-coordinate representation of color #825DAA: 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 #825DAA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 93 170 -
CMYK 0.24 0.45 0 0.33
HSL 268.83º 0.31% 0.52% -
HSV(B) 268.83º 0.45% 0.67% -
XYZ 20.38 15.48 39.94 -
YUV 112.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 130 93 170 0.24 0.45 0 0.33 268.83 0.31 0.52
Hex 82 5D AA 18 2D 0 21 10D 1F 34
Octal 202 135 252 30 55 0 41 415 37 64
Binary 10000010 1011101 10101010 11000 101101 0 100001 100001101 11111 110100

Color Harmonies of #825DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DAA

Black with #825DAA

Text Example


Text Example

White with #825DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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