Html Css Color HEX #825EB1 Deluge

📋 copy color: '#825EB1'

red 130 ◦ green 94 ◦ blue 177

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

Shades of Deluge #825EB1

Tints of Deluge #825EB1

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 value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#825EB1 (or 0x825EB1) is known color: 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

RGB 130 94 177 -
CMYK 0.27 0.47 0 0.31
HSL 266.02º 0.35% 0.53% -
HSV(B) 266.02º 0.47% 0.69% -
XYZ 21.14 15.93 43.55 -
YUV 114.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 130 94 177 0.27 0.47 0 0.31 266.02 0.35 0.53
Hex 82 5E B1 1B 2F 0 1F 10A 23 35
Octal 202 136 261 33 57 0 37 412 43 65
Binary 10000010 1011110 10110001 11011 101111 0 11111 100001010 100011 110101

Color Harmonies of #825EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825EB1

Black with #825EB1

Text Example


Text Example

White with #825EB1

Text Example


Text Example

HTML Codes & Css Web 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>