Html Css Color HEX #825694 Affair

📋 copy color: '#825694'

red 130 ◦ green 86 ◦ blue 148

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

Shades of Affair #825694

Tints of Affair #825694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

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

R = 35.71%
G = 23.63%
B = 40.66%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825694 (or 0x825694) is known color: Affair. HEX triplet: 82, 56 and 94. RGB value is (130,86,148). Sum of RGB (Red+Green+Blue) = 130+86+148=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #825694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825694 is #7DA96B. Grayscale: #6A6A6A. Windows color (decimal): -8235372 or 9721474. OLE color: 9721474.

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

Color convert

RGB 130 86 148 -
CMYK 0.12 0.42 0 0.42
HSL 282.58º 0.26% 0.46% -
HSV(B) 282.58º 0.42% 0.58% -
XYZ 17.88 13.54 29.69 -
YUV 106.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 130 86 148 0.12 0.42 0 0.42 282.58 0.26 0.46
Hex 82 56 94 C 2A 0 2A 11B 1A 2E
Octal 202 126 224 14 52 0 52 433 32 56
Binary 10000010 1010110 10010100 1100 101010 0 101010 100011011 11010 101110

Color Harmonies of #825694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825694

Black with #825694

Text Example


Text Example

White with #825694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825694; }

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

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

background-color css

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

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

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

border-color css

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

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

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