Html Css Color HEX #825BB4 Deluge

📋 copy color: '#825BB4'

red 130 ◦ green 91 ◦ blue 180

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

Shades of Deluge #825BB4

Tints of Deluge #825BB4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

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

R = 32.42%
G = 22.69%
B = 44.89%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#825BB4 (or 0x825BB4) is known color: Deluge. HEX triplet: 82, 5B and B4. RGB value is (130,91,180). Sum of RGB (Red+Green+Blue) = 130+91+180=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #825BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BB4 is #7DA44B. Grayscale: #707070. Windows color (decimal): -8234060 or 11819906. OLE color: 11819906.

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

Color convert

RGB 130 91 180 -
CMYK 0.28 0.49 0 0.29
HSL 266.29º 0.37% 0.53% -
HSV(B) 266.29º 0.49% 0.71% -
XYZ 21.19 15.52 45.06 -
YUV 112.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 130 91 180 0.28 0.49 0 0.29 266.29 0.37 0.53
Hex 82 5B B4 1C 31 0 1D 10A 25 35
Octal 202 133 264 34 61 0 35 412 45 65
Binary 10000010 1011011 10110100 11100 110001 0 11101 100001010 100101 110101

Color Harmonies of #825BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BB4

Black with #825BB4

Text Example


Text Example

White with #825BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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