Html Css Color HEX #825697 Affair

📋 copy color: '#825697'

red 130 ◦ green 86 ◦ blue 151

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

Shades of Affair #825697

Tints of Affair #825697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 35.42%
G = 23.43%
B = 41.14%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#825697 (or 0x825697) is known color: Affair. HEX triplet: 82, 56 and 97. RGB value is (130,86,151). Sum of RGB (Red+Green+Blue) = 130+86+151=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #825697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825697 is #7DA968. Grayscale: #6A6A6A. Windows color (decimal): -8235369 or 9918082. OLE color: 9918082.

HSL color Cylindrical-coordinate representation of color #825697: hue angle of 280.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825697 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 86 151 -
CMYK 0.14 0.43 0 0.41
HSL 280.62º 0.27% 0.46% -
HSV(B) 280.62º 0.43% 0.59% -
XYZ 18.12 13.64 30.96 -
YUV 106.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 130 86 151 0.14 0.43 0 0.41 280.62 0.27 0.46
Hex 82 56 97 E 2B 0 29 119 1B 2E
Octal 202 126 227 16 53 0 51 431 33 56
Binary 10000010 1010110 10010111 1110 101011 0 101001 100011001 11011 101110

Color Harmonies of #825697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825697

Black with #825697

Text Example


Text Example

White with #825697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825697; }

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

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

background-color css

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

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

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

border-color css

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

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

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