Html Css Color HEX #82649D Deluge

📋 copy color: '#82649D'

red 130 ◦ green 100 ◦ blue 157

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

Shades of Deluge #82649D

Tints of Deluge #82649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.84%

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 33.59%
G = 25.84%
B = 40.57%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82649D (or 0x82649D) is known color: Deluge. HEX triplet: 82, 64 and 9D. RGB value is (130,100,157). Sum of RGB (Red+Green+Blue) = 130+100+157=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #82649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82649D is #7D9B62. Grayscale: #737373. Windows color (decimal): -8231779 or 10314882. OLE color: 10314882.

HSL color Cylindrical-coordinate representation of color #82649D: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82649D is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 100 157 -
CMYK 0.17 0.36 0 0.38
HSL 271.58º 0.23% 0.5% -
HSV(B) 271.58º 0.36% 0.62% -
XYZ 19.85 16.29 34 -
YUV 115.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 130 100 157 0.17 0.36 0 0.38 271.58 0.23 0.5
Hex 82 64 9D 11 24 0 26 110 17 32
Octal 202 144 235 21 44 0 46 420 27 62
Binary 10000010 1100100 10011101 10001 100100 0 100110 100010000 10111 110010

Color Harmonies of #82649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82649D

Black with #82649D

Text Example


Text Example

White with #82649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82649D; }

 p { color: rgb(130,100,157); }

 H1.HeaderClassName
 {
   color: #82649D;
 }
 .AnyTagClassName
 {
   color: #82649D;
 }
</style>

background-color css

<style>
 a { background-color: #82649D; }

 a { background-color: rgb(130,100,157); }

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

border-color css

<style>
 span { border-color: #82649D; }

 span { border-color: rgb(130,100,157); }

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