Html Css Color HEX #825DB4 Deluge

📋 copy color: '#825DB4'

red 130 ◦ green 93 ◦ blue 180

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

Shades of Deluge #825DB4

Tints of Deluge #825DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 32.26%
G = 23.08%
B = 44.67%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#825DB4 (or 0x825DB4) is known color: Deluge. HEX triplet: 82, 5D and B4. RGB value is (130,93,180). Sum of RGB (Red+Green+Blue) = 130+93+180=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #825DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DB4 is #7DA24B. Grayscale: #717171. Windows color (decimal): -8233548 or 11820418. OLE color: 11820418.

HSL color Cylindrical-coordinate representation of color #825DB4: hue angle of 265.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825DB4 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 93 180 -
CMYK 0.28 0.48 0 0.29
HSL 265.52º 0.37% 0.54% -
HSV(B) 265.52º 0.48% 0.71% -
XYZ 21.36 15.87 45.12 -
YUV 113.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 130 93 180 0.28 0.48 0 0.29 265.52 0.37 0.54
Hex 82 5D B4 1C 30 0 1D 10A 25 36
Octal 202 135 264 34 60 0 35 412 45 66
Binary 10000010 1011101 10110100 11100 110000 0 11101 100001010 100101 110110

Color Harmonies of #825DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DB4

Black with #825DB4

Text Example


Text Example

White with #825DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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