Html Css Color HEX #825DAB Deluge

📋 copy color: '#825DAB'

red 130 ◦ green 93 ◦ blue 171

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

Shades of Deluge #825DAB

Tints of Deluge #825DAB

RGB

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

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

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

R = 32.99%
G = 23.6%
B = 43.4%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#825DAB (or 0x825DAB) is known color: Deluge. HEX triplet: 82, 5D and AB. RGB value is (130,93,171). Sum of RGB (Red+Green+Blue) = 130+93+171=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #825DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DAB is #7DA254. Grayscale: #707070. Windows color (decimal): -8233557 or 11230594. OLE color: 11230594.

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

Color convert

RGB 130 93 171 -
CMYK 0.24 0.46 0 0.33
HSL 268.46º 0.32% 0.52% -
HSV(B) 268.46º 0.46% 0.67% -
XYZ 20.47 15.51 40.44 -
YUV 112.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 130 93 171 0.24 0.46 0 0.33 268.46 0.32 0.52
Hex 82 5D AB 18 2E 0 21 10C 20 34
Octal 202 135 253 30 56 0 41 414 40 64
Binary 10000010 1011101 10101011 11000 101110 0 100001 100001100 100000 110100

Color Harmonies of #825DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DAB

Black with #825DAB

Text Example


Text Example

White with #825DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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