Html Css Color HEX #82659E Deluge

📋 copy color: '#82659E'

red 130 ◦ green 101 ◦ blue 158

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

Shades of Deluge #82659E

Tints of Deluge #82659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 33.42%
G = 25.96%
B = 40.62%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82659E (or 0x82659E) is known color: Deluge. HEX triplet: 82, 65 and 9E. RGB value is (130,101,158). Sum of RGB (Red+Green+Blue) = 130+101+158=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #82659E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82659E is #7D9A61. Grayscale: #737373. Windows color (decimal): -8231522 or 10380674. OLE color: 10380674.

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

Color convert

RGB 130 101 158 -
CMYK 0.18 0.36 0 0.38
HSL 270.53º 0.23% 0.51% -
HSV(B) 270.53º 0.36% 0.62% -
XYZ 20.03 16.52 34.48 -
YUV 116.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 130 101 158 0.18 0.36 0 0.38 270.53 0.23 0.51
Hex 82 65 9E 12 24 0 26 10F 17 33
Octal 202 145 236 22 44 0 46 417 27 63
Binary 10000010 1100101 10011110 10010 100100 0 100110 100001111 10111 110011

Color Harmonies of #82659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82659E

Black with #82659E

Text Example


Text Example

White with #82659E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82659E; }

 p { color: rgb(130,101,158); }

 H1.HeaderClassName
 {
   color: #82659E;
 }
 .AnyTagClassName
 {
   color: #82659E;
 }
</style>

background-color css

<style>
 a { background-color: #82659E; }

 a { background-color: rgb(130,101,158); }

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

border-color css

<style>
 span { border-color: #82659E; }

 span { border-color: rgb(130,101,158); }

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