Html Css Color HEX #825CB6 Deluge

📋 copy color: '#825CB6'

red 130 ◦ green 92 ◦ blue 182

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

Shades of Deluge #825CB6

Tints of Deluge #825CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.05%

R = 32.18%
G = 22.77%
B = 45.05%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#825CB6 (or 0x825CB6) is known color: Deluge. HEX triplet: 82, 5C and B6. RGB value is (130,92,182). Sum of RGB (Red+Green+Blue) = 130+92+182=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #825CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CB6 is #7DA349. Grayscale: #717171. Windows color (decimal): -8233802 or 11951234. OLE color: 11951234.

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

Color convert

RGB 130 92 182 -
CMYK 0.29 0.49 0 0.29
HSL 265.33º 0.38% 0.54% -
HSV(B) 265.33º 0.49% 0.71% -
XYZ 21.48 15.78 46.17 -
YUV 113.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 130 92 182 0.29 0.49 0 0.29 265.33 0.38 0.54
Hex 82 5C B6 1D 31 0 1D 109 26 36
Octal 202 134 266 35 61 0 35 411 46 66
Binary 10000010 1011100 10110110 11101 110001 0 11101 100001001 100110 110110

Color Harmonies of #825CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CB6

Black with #825CB6

Text Example


Text Example

White with #825CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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