Html Css Color HEX #826094 Affair

📋 copy color: '#826094'

red 130 ◦ green 96 ◦ blue 148

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

Shades of Affair #826094

Tints of Affair #826094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.67%

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

R = 34.76%
G = 25.67%
B = 39.57%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#826094 (or 0x826094) is known color: Affair. HEX triplet: 82, 60 and 94. RGB value is (130,96,148). Sum of RGB (Red+Green+Blue) = 130+96+148=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #826094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826094 is #7D9F6B. Grayscale: #6F6F6F. Windows color (decimal): -8232812 or 9724034. OLE color: 9724034.

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

Color convert

RGB 130 96 148 -
CMYK 0.12 0.35 0 0.42
HSL 279.23º 0.21% 0.48% -
HSV(B) 279.23º 0.35% 0.58% -
XYZ 18.73 15.25 29.97 -
YUV 112.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 130 96 148 0.12 0.35 0 0.42 279.23 0.21 0.48
Hex 82 60 94 C 23 0 2A 117 15 30
Octal 202 140 224 14 43 0 52 427 25 60
Binary 10000010 1100000 10010100 1100 100011 0 101010 100010111 10101 110000

Color Harmonies of #826094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826094

Black with #826094

Text Example


Text Example

White with #826094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826094; }

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

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

background-color css

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

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

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

border-color css

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

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

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