#825EB1

Color #825EB1 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #825EB1

Tints of Deluge #825EB1

Color information

#825EB1 (or 0x825EB1) is unknown color: approx Deluge. HEX triplet: 82, 5E and B1. RGB value is (130,94,177). Sum of RGB (Red+Green+Blue) = 130+94+177=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #825EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EB1 is #7DA14E. Grayscale: #717171. Windows color (decimal): -8233295 or 11624066. OLE color: 11624066.

HSL color Cylindrical-coordinate representation of color #825EB1: hue angle of 266.02º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825EB1 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13094177-
CMYK0.270.4700.31
HSL266.02º34.73%53.14%-
HSV(B)266.02º46.89%69.41%-
XYZ21.1415.9343.55-
YUV114.23163.43139.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 177 (69.53% from 255) = 44.14%
R=32.42%
G=23.44%
B=44.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130941770.270.4700.31266.0234.7353.14
Hex825EB11B2F01F10a2335
Octal20213626133570374124365
Binary1000001010111101011000111011101111011111100001010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,94,177); }

 H1.HeaderClassName
 {
   color: #825EB1;
 }
 .AnyTagClassName
 {
   color: #825EB1;
 }
</style>
background-color css

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

 a { background-color: rgb(130,94,177); }

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

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

 span { border-color: rgb(130,94,177); }

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