Html Css Color HEX #826394 Affair

📋 copy color: '#826394'

red 130 ◦ green 99 ◦ blue 148

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

Shades of Affair #826394

Tints of Affair #826394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 34.48%
G = 26.26%
B = 39.26%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#826394 (or 0x826394) is known color: Affair. HEX triplet: 82, 63 and 94. RGB value is (130,99,148). Sum of RGB (Red+Green+Blue) = 130+99+148=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #826394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826394 is #7D9C6B. Grayscale: #717171. Windows color (decimal): -8232044 or 9724802. OLE color: 9724802.

HSL color Cylindrical-coordinate representation of color #826394: hue angle of 277.96º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826394 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 99 148 -
CMYK 0.12 0.33 0 0.42
HSL 277.96º 0.2% 0.48% -
HSV(B) 277.96º 0.33% 0.58% -
XYZ 19.01 15.81 30.07 -
YUV 113.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 130 99 148 0.12 0.33 0 0.42 277.96 0.2 0.48
Hex 82 63 94 C 21 0 2A 116 14 30
Octal 202 143 224 14 41 0 52 426 24 60
Binary 10000010 1100011 10010100 1100 100001 0 101010 100010110 10100 110000

Color Harmonies of #826394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826394

Black with #826394

Text Example


Text Example

White with #826394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826394; }

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

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

background-color css

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

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

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

border-color css

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

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

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