Html Css Color HEX #826391 Affair

📋 copy color: '#826391'

red 130 ◦ green 99 ◦ blue 145

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

Shades of Affair #826391

Tints of Affair #826391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 34.76%
G = 26.47%
B = 38.77%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#826391 (or 0x826391) is known color: Affair. HEX triplet: 82, 63 and 91. RGB value is (130,99,145). Sum of RGB (Red+Green+Blue) = 130+99+145=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #826391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826391 is #7D9C6E. Grayscale: #717171. Windows color (decimal): -8232047 or 9528194. OLE color: 9528194.

HSL color Cylindrical-coordinate representation of color #826391: hue angle of 280.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826391 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 99 145 -
CMYK 0.10 0.32 0 0.43
HSL 280.43º 0.19% 0.48% -
HSV(B) 280.43º 0.32% 0.57% -
XYZ 18.78 15.71 28.83 -
YUV 113.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 130 99 145 0.10 0.32 0 0.43 280.43 0.19 0.48
Hex 82 63 91 A 20 0 2B 118 13 30
Octal 202 143 221 12 40 0 53 430 23 60
Binary 10000010 1100011 10010001 1010 100000 0 101011 100011000 10011 110000

Color Harmonies of #826391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826391

Black with #826391

Text Example


Text Example

White with #826391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826391; }

 p { color: rgb(130,99,145); }

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

background-color css

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

 a { background-color: rgb(130,99,145); }

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

border-color css

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

 span { border-color: rgb(130,99,145); }

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