Html Css Color HEX #825CB1 Deluge

📋 copy color: '#825CB1'

red 130 ◦ green 92 ◦ blue 177

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

Shades of Deluge #825CB1

Tints of Deluge #825CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

 BLUE value IS 177 (69.53% from 255) = 44.36%

R = 32.58%
G = 23.06%
B = 44.36%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#825CB1 (or 0x825CB1) is known color: Deluge. HEX triplet: 82, 5C and B1. RGB value is (130,92,177). Sum of RGB (Red+Green+Blue) = 130+92+177=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 177 - color contains mainly: blue. Hex color #825CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CB1 is #7DA34E. Grayscale: #707070. Windows color (decimal): -8233807 or 11623554. OLE color: 11623554.

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

Color convert

RGB 130 92 177 -
CMYK 0.27 0.48 0 0.31
HSL 266.82º 0.35% 0.53% -
HSV(B) 266.82º 0.48% 0.69% -
XYZ 20.97 15.57 43.5 -
YUV 113.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 130 92 177 0.27 0.48 0 0.31 266.82 0.35 0.53
Hex 82 5C B1 1B 30 0 1F 10B 23 35
Octal 202 134 261 33 60 0 37 413 43 65
Binary 10000010 1011100 10110001 11011 110000 0 11111 100001011 100011 110101

Color Harmonies of #825CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CB1

Black with #825CB1

Text Example


Text Example

White with #825CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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