Html Css Color HEX #825DAD Deluge

📋 copy color: '#825DAD'

red 130 ◦ green 93 ◦ blue 173

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

Shades of Deluge #825DAD

Tints of Deluge #825DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 32.83%
G = 23.48%
B = 43.69%

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

#825DAD (or 0x825DAD) is known color: Deluge. HEX triplet: 82, 5D and AD. RGB value is (130,93,173). Sum of RGB (Red+Green+Blue) = 130+93+173=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #825DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DAD is #7DA252. Grayscale: #707070. Windows color (decimal): -8233555 or 11361666. OLE color: 11361666.

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

Color convert

RGB 130 93 173 -
CMYK 0.25 0.46 0 0.32
HSL 267.75º 0.33% 0.52% -
HSV(B) 267.75º 0.46% 0.68% -
XYZ 20.66 15.59 41.46 -
YUV 113.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 130 93 173 0.25 0.46 0 0.32 267.75 0.33 0.52
Hex 82 5D AD 19 2E 0 20 10C 21 34
Octal 202 135 255 31 56 0 40 414 41 64
Binary 10000010 1011101 10101101 11001 101110 0 100000 100001100 100001 110100

Color Harmonies of #825DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DAD

Black with #825DAD

Text Example


Text Example

White with #825DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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