Html Css Color HEX #82649F Deluge

📋 copy color: '#82649F'

red 130 ◦ green 100 ◦ blue 159

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

Shades of Deluge #82649F

Tints of Deluge #82649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 33.42%
G = 25.71%
B = 40.87%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82649F (or 0x82649F) is known color: Deluge. HEX triplet: 82, 64 and 9F. RGB value is (130,100,159). Sum of RGB (Red+Green+Blue) = 130+100+159=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #82649F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82649F is #7D9B60. Grayscale: #737373. Windows color (decimal): -8231777 or 10445954. OLE color: 10445954.

HSL color Cylindrical-coordinate representation of color #82649F: hue angle of 270.51º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82649F is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 100 159 -
CMYK 0.18 0.37 0 0.38
HSL 270.51º 0.24% 0.51% -
HSV(B) 270.51º 0.37% 0.62% -
XYZ 20.02 16.36 34.9 -
YUV 115.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 130 100 159 0.18 0.37 0 0.38 270.51 0.24 0.51
Hex 82 64 9F 12 25 0 26 10F 18 33
Octal 202 144 237 22 45 0 46 417 30 63
Binary 10000010 1100100 10011111 10010 100101 0 100110 100001111 11000 110011

Color Harmonies of #82649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82649F

Black with #82649F

Text Example


Text Example

White with #82649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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